We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac28f8b commit c6600ddCopy full SHA for c6600dd
1 file changed
.github/workflows/cicd.yaml
@@ -90,8 +90,8 @@ jobs:
90
success() &&
91
github.actor == 'btschwertfeger' &&
92
github.ref == 'refs/heads/master' &&
93
- github.event_name == 'push' &&
94
- github.event_name == 'release'
+ (github.event_name == 'push' ||
+ github.event_name == 'release')
95
needs: [Test]
96
name: Upload current version to Test PyPI
97
uses: ./.github/workflows/_pypi_publish.yaml
0 commit comments