Skip to content

Commit f11a640

Browse files
committed
Update GitHub Actions condition for GitHub release to remove base branch requirement
1 parent 94c2d12 commit f11a640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
uses: pypa/gh-action-pypi-publish@release/v1
137137

138138
github-release:
139-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.base_ref == 'main'
139+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
140140
name: Sign the Python distribution with Sigstore and upload them to GitHub Releases
141141
needs:
142142
- pypi-publish

0 commit comments

Comments
 (0)