Merge pull request #16198 from jamessan/limit-ci-branches

ci: limit CI checks to the main dev branches
This commit is contained in:
James McCoy
2021-11-01 06:37:37 -04:00
committed by GitHub

View File

@@ -1,7 +1,9 @@
name: CI
on:
push:
branches: ['**']
branches:
- 'master'
- 'release-[0-9]+.[0-9]+'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: