Limit CI push triggers to main and stable-* branches (#30934)

This commit is contained in:
Matt Jankowski
2024-07-07 05:39:31 -04:00
committed by GitHub
parent 63ba69810e
commit 1d35626dc7
12 changed files with 52 additions and 29 deletions

View File

@@ -1,11 +1,15 @@
name: 'CodeQL'
on:
merge_group:
push:
branches: ['main']
branches:
- 'main'
- 'stable-*'
pull_request:
# The branches below must be a subset of the branches above
branches: ['main']
branches:
- 'main'
- 'stable-*'
schedule:
- cron: '22 6 * * 1'