This commit is contained in:
Wryn (yage) Wagner 2024-04-13 21:03:42 -06:00
parent 8fc14b2a11
commit 6d53d4f8df

View File

@ -220,6 +220,14 @@ jobs:
- run: pip install twine && twine upload dist/*
workflows:
aur-dev:
jobs:
- aur-test:
filters:
branches:
ignre: /^main$/
python-dev:
jobs:
- python-test: