Skip to content

Commit 97011d2

Browse files
authored
.github/workflows: Add workflow_dispatch event trigger (#214)
Update the go/verify workflows and specify the `workflow_dispatch` event trigger, so operator-framework members can trigger CI runs of these workflow definitions without having to open "empty" PRs. Signed-off-by: timflannagan <[email protected]>
1 parent 73f2f9e commit 97011d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
branches:
88
- master
9+
workflow_dispatch:
910
jobs:
1011
build:
1112
name: Build

.github/workflows/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
paths:
88
- '**'
9+
workflow_dispatch:
910
jobs:
1011
verify:
1112
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)