Skip to content

Commit 4123796

Browse files
committed
trigger docker wf
1 parent 9d3d66c commit 4123796

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
types:
88
- completed
99
workflow_dispatch:
10+
push:
1011

1112
permissions:
1213
contents: read
@@ -19,7 +20,7 @@ concurrency:
1920
jobs:
2021
docker-build:
2122
name: Multi-architecture Docker Images
22-
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
23+
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'push' }}
2324
runs-on: ubuntu-22.04
2425

2526
steps:

0 commit comments

Comments
 (0)