Skip to content

Commit

Permalink
Trigger Github Actions on main branch
Browse files Browse the repository at this point in the history
We manually trigger so often anyways, may as well just publish build artifacts for every commit.
  • Loading branch information
qwertychouskie committed May 9, 2024
1 parent 836e301 commit c45b76e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- trigger-actions
- main

jobs:
pyinstaller-build-mac:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
types: [published]
push:
branches:
- trigger-actions
- main

permissions:
contents: read
Expand Down

0 comments on commit c45b76e

Please sign in to comment.