We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88ff36 commit 7816579Copy full SHA for 7816579
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
run: ./build.sh
68
69
- name: Deploy
70
- if: github.event_name == 'push' && github.ref == 'refs/heads/manylinux2014' && github.repository == 'pypa/manylinux'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'pypa/manylinux'
71
run: ./deploy.sh
72
env:
73
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
0 commit comments