Skip to content

Commit

Permalink
Update workflows to use release-* branches
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <[email protected]>
  • Loading branch information
dhaiducek authored and openshift-merge-bot[bot] committed Nov 29, 2023
1 parent 29127e1 commit 20bf3ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- v[0-9]+.[0-9]+
- release-[0-9]+.[0-9]+
pull_request:
branches:
- main
- v[0-9]+.[0-9]+
- release-[0-9]+.[0-9]+

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- v[0-9]+.[0-9]+
- release-[0-9]+.[0-9]+

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/olm_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- v[0-9]+.[0-9]+
- release-[0-9]+.[0-9]+
pull_request:
branches:
- main
- v[0-9]+.[0-9]+
- release-[0-9]+.[0-9]+

jobs:
main:
Expand Down

0 comments on commit 20bf3ac

Please sign in to comment.