Add manual GitHub Actions runs (#17000)
This commit is contained in:
parent
48f8658d34
commit
f603de1f4c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-image.yml
vendored
1
.github/workflows/build-image.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
name: Build container image
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
|
Loading…
Reference in a new issue