Skip to content

Commit

Permalink
.github/workflows: Add workflow_dispatch event trigger (#214)
Browse files Browse the repository at this point in the history
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 <timflannagan@gmail.com>
  • Loading branch information
timflannagan committed Jan 25, 2022
1 parent 73f2f9e commit 97011d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
name: Build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- '**'
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 97011d2

Please sign in to comment.