Skip to content

Commit bae4a9a

Browse files
authored
Merge pull request #677 from stuggi/workflow-manual-trigger
Allow triggering the build workflow manually of needed
2 parents 023df79 + 8f5ada0 commit bae4a9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- '*'
7+
workflow_dispatch: # This allows manual triggering from the Actions tab if needed
78

89
env:
910
imageregistry: 'quay.io'

0 commit comments

Comments
 (0)