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 92381ac commit 2d7354bCopy full SHA for 2d7354b
.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_name == 'push' && github.ref == 'refs/heads/main'
+ if: github.repository_owner == 'pymc-devs' && 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