Skip to content

Commit e26ab22

Browse files
stuggiopenshift-merge-bot[bot]
authored andcommitted
Allow triggering the build workflow manually of needed
There was an issue in github which is probably the root cause why an image for a merged PR was not running. This PR allows to trigger the job from the Actions tab in github. Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
1 parent 0474866 commit e26ab22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-watcher-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)