Skip to content

Commit 414cf9b

Browse files
committed
Update multiarch.yml
1 parent 2ac3189 commit 414cf9b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/multiarch.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Deploy multi-arch images
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- multiarch
58

69
concurrency:
710
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
@@ -13,7 +16,7 @@ jobs:
1316
steps:
1417
- uses: actions/checkout@v4
1518
- name: Deploy
16-
if: github.event_name == 'workflow_dispatch' && github.repository == 'pypa/manylinux'
19+
if: github.repository == 'pypa/manylinux'
1720
run: ./deploy_multiarch.sh
1821
env:
1922
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)