147 - Run CI on pull requests into release branches
Some checks failed
CI / ci (pull_request) Failing after 3m45s
Some checks failed
CI / ci (pull_request) Failing after 3m45s
This commit is contained in:
parent
7e2dd428e4
commit
07993ad679
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: ['release/*']
|
branches: ['release/*']
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main, 'release/*']
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue