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:
Alex Crichton
2021-12-21 12:52:34 -06:00
committed by GitHub
parent 222d6fbc09
commit dd85d66ec3

View File

@@ -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: