Skip to content

Commit e7ea276

Browse files
committed
fix(workflows): remove redundant condition in PyPI release workflow
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
1 parent 6107e9c commit e7ea276

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/pypi-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
run: pipx run twine check dist/*
2929
publish:
3030
runs-on: ubuntu-latest
31-
if: github.event_name == 'push'
3231
needs: [ build_dist ]
3332
steps:
3433
- uses: actions/checkout@v7.0.0

0 commit comments

Comments
 (0)