We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481641b commit 16158bcCopy full SHA for 16158bc
1 file changed
.github/workflows/ci.yml
@@ -31,6 +31,7 @@ jobs:
31
name: Publish playerDatapy Python Package
32
secrets: inherit
33
needs: release
34
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
35
uses: "./.github/workflows/publish.yml"
36
with:
37
new_release_published: ${{ needs.release.outputs.new_release_published }}
0 commit comments