go
This commit is contained in:
parent
8fc14b2a11
commit
6d53d4f8df
@ -220,6 +220,14 @@ jobs:
|
|||||||
- run: pip install twine && twine upload dist/*
|
- run: pip install twine && twine upload dist/*
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
aur-dev:
|
||||||
|
jobs:
|
||||||
|
- aur-test:
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
ignre: /^main$/
|
||||||
|
|
||||||
|
|
||||||
python-dev:
|
python-dev:
|
||||||
jobs:
|
jobs:
|
||||||
- python-test:
|
- python-test:
|
||||||
|
Loading…
Reference in New Issue
Block a user