Run PR CI for release branches (#3629)
This was accidentally ommitted from our CI configuration which meant that release branches didn't get PR CI. They still won't get on-merge CI but that shouldn't be an issue because the PR CI is the full CI.
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -6,7 +6,7 @@ on:
|
|||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'meetings/**'
|
- 'meetings/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: ['main', 'release-*']
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'meetings/**'
|
- 'meetings/**'
|
||||||
defaults:
|
defaults:
|
||||||
|
|||||||
Reference in New Issue
Block a user