Skip to content

Commit 2cfefaa

Browse files
timflannaganperdasilva
authored andcommitted
.github/workflows: Update the pull_request trigger for the Go workflow (openshift#224)
Update the Go workflow and update the pull_request trigger to run GHA checks on any branches to remain consistent with the verify workflow behavior. Signed-off-by: timflannagan <[email protected]> Upstream-repository: api Upstream-commit: 8e593f1c42b91ec75bf0787a28100a5f31690898
1 parent 3fe5e1b commit 2cfefaa

File tree

1 file changed

+1
-1
lines changed
  • staging/api/.github/workflows

1 file changed

+1
-1
lines changed

staging/api/.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66
pull_request:
77
branches:
8-
- master
8+
- '**'
99
workflow_dispatch:
1010
jobs:
1111
build:

0 commit comments

Comments
 (0)