Skip to content

Commit a63696f

Browse files
Merge pull request #1809 from stuggi/workflow-manual-trigger
Allow triggering the build workflow manually of needed
2 parents f46ba0f + 9fd137a commit a63696f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-openstack-operator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- '*'
6+
workflow_dispatch: # This allows manual triggering from the Actions tab if needed
7+
68
env:
79
imageregistry: 'quay.io'
810
imagenamespace: ${{ secrets.IMAGENAMESPACE || secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)