Skip to content

Commit 8b26c9b

Browse files
author
Val Brodsky
committed
Build for all branches
1 parent 125fcac commit 8b26c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
secrets: inherit
6161
test-pypi:
6262
runs-on: ubuntu-latest
63-
if: github.event_name == 'push' && github.ref == 'refs/heads/develop'
63+
# if: github.event_name == 'push' && github.ref == 'refs/heads/develop'
6464
needs: ['path-filter']
6565
continue-on-error: true
6666
environment:

0 commit comments

Comments
 (0)