Skip to content

Commit

Permalink
Trigger macos package build only on 'published' event (#497)
Browse files Browse the repository at this point in the history
Currently macos package will trigger on 'released' event, which also
includes draft releases.
Change to 'published' to be in sync with all other action triggers
  • Loading branch information
philipbalinov authored Nov 8, 2024
1 parent 81077c4 commit 57de5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkg_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
default: false
type: boolean
release:
types: [released]
types: [published]

jobs:
pkg:
Expand Down

0 comments on commit 57de5ad

Please sign in to comment.