Skip to content

Commit

Permalink
CI: Change release workflows trigger to published instead of created
Browse files Browse the repository at this point in the history
  • Loading branch information
philomath213 committed Sep 30, 2024
1 parent 13dd6ea commit 7fe57d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Linux Package

on:
release:
types: [created]
types: [published]

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: MacOS Package

on:
release:
types: [created]
types: [published]

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Windows Package

on:
release:
types: [created]
types: [published]

jobs:
deploy:
Expand Down

0 comments on commit 7fe57d5

Please sign in to comment.