We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7354b commit ea610c4Copy full SHA for ea610c4
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
28
publish-package:
29
# Don't publish from forks
30
- if: github.repository_owner == 'pymc-devs' && github.event.action == 'published'
+ if: github.repository_owner == 'pymc-devs' && github.event_name == 'release' && github.event.action == 'published'
31
# Use the `release` GitHub environment to protect the Trusted Publishing (OIDC)
32
# workflow by requiring signoff from a maintainer.
33
environment: release
0 commit comments