Skip to content

Commit 31b1186

Browse files
committed
Sometimes I wonder why I'm still using AI
1 parent d862bb4 commit 31b1186

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
test-pypi:
3535
runs-on: ubuntu-latest
3636
needs: build
37-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
3837

3938
steps:
4039
- uses: actions/checkout@v4
@@ -54,7 +53,6 @@ jobs:
5453
pypi:
5554
runs-on: ubuntu-latest
5655
needs: [build, test-pypi]
57-
if: github.event_name == 'release'
5856
environment: release
5957

6058
steps:

0 commit comments

Comments
 (0)