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 2ac3189 commit 414cf9bCopy full SHA for 414cf9b
.github/workflows/multiarch.yml
@@ -2,6 +2,9 @@ name: Deploy multi-arch images
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - multiarch
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
@@ -13,7 +16,7 @@ jobs:
13
16
steps:
14
17
- uses: actions/checkout@v4
15
18
- name: Deploy
- if: github.event_name == 'workflow_dispatch' && github.repository == 'pypa/manylinux'
19
+ if: github.repository == 'pypa/manylinux'
20
run: ./deploy_multiarch.sh
21
env:
22
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
0 commit comments