Run CI workflows on all dev and release branches

CI should be running on OOB release branches like https://github.com/rancher/charts/pull/2046.
pull/2047/head
Arvind Iyengar 2022-08-29 11:57:07 -07:00
parent 0ef5891022
commit 02d9f12068
No known key found for this signature in database
GPG Key ID: A8DD9BFD6C811498
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ name: CI-pullrequest
on:
pull_request:
branches:
- dev-v2.6
- release-v2.6
- dev-v*
- release-v*
jobs:
build: