Skip to content

Commit 8d34251

Browse files
committed
condition
1 parent 17398c2 commit 8d34251

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
if: >
4444
github.event_name == 'push' &&
4545
startsWith(github.ref, 'refs/tags') &&
46-
github.base_ref == 'main' &&
4746
github.actor == github.repository_owner
4847
uses: actions/upload-artifact@v4
4948
with:
@@ -53,6 +52,5 @@ jobs:
5352
if: >
5453
github.event_name == 'push' &&
5554
startsWith(github.ref, 'refs/tags') &&
56-
github.base_ref == 'main' &&
5755
github.actor == github.repository_owner
5856
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)