147 - Run CI on pull requests into release branches
This commit is contained in:
parent
1e120a4bac
commit
5cd51f9b43
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