Skip to content

Commit 6500e94

Browse files
adjust the release workflow to run on new release
1 parent ed4d580 commit 6500e94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ jobs:
105105
if: |
106106
success() &&
107107
github.actor == 'btschwertfeger' &&
108-
github.ref == 'refs/heads/master' &&
109108
github.event_name == 'release'
110109
needs: [Test]
111110
name: Upload the current release to PyPI

0 commit comments

Comments
 (0)