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 500fb02 commit 36dfe22Copy full SHA for 36dfe22
.github/workflows/ci.yml
@@ -66,6 +66,7 @@ jobs:
66
67
# the deploy job runs only when the build job is successful and the event is a release
68
deploy:
69
+ if: github.event_name == 'release'
70
name: Publish Package
71
needs: build
72
runs-on: ubuntu-latest
0 commit comments