Skip to content

Commit c6600dd

Browse files
update release workflow
1 parent ac28f8b commit c6600dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
success() &&
9191
github.actor == 'btschwertfeger' &&
9292
github.ref == 'refs/heads/master' &&
93-
github.event_name == 'push' &&
94-
github.event_name == 'release'
93+
(github.event_name == 'push' ||
94+
github.event_name == 'release')
9595
needs: [Test]
9696
name: Upload current version to Test PyPI
9797
uses: ./.github/workflows/_pypi_publish.yaml

0 commit comments

Comments
 (0)