This commit is contained in:
Sina Atalay
2024-07-16 14:09:54 +03:00

View File

@@ -3,7 +3,8 @@ name: Publish to PyPI and update files
# GitHub events that triggers the workflow:
on:
release:
types: [released, edited]
types:
- published
jobs:
call_tests_workflow:
@@ -90,4 +91,4 @@ jobs:
- name: Push changes
run: |
git push
git push origin HEAD:main