Skip to content

Commit eef75be

Browse files
committed
Fix
1 parent 9ab6034 commit eef75be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
deploy:
9797
runs-on: ubuntu-latest
9898
needs: [test_windows, test_linux]
99-
if: github.ref == 'refs/heads/main'
99+
100100
steps:
101101
- name: Checkout code
102102
uses: actions/checkout@v3

0 commit comments

Comments
 (0)