Skip to content

Commit 7816579

Browse files
committed
Fix image deployment
1 parent a88ff36 commit 7816579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: ./build.sh
6868

6969
- name: Deploy
70-
if: github.event_name == 'push' && github.ref == 'refs/heads/manylinux2014' && github.repository == 'pypa/manylinux'
70+
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'pypa/manylinux'
7171
run: ./deploy.sh
7272
env:
7373
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)