Merge pull request #13432 from mattfarina/ci-for-v3

Adding CI for dev-v3 branch
This commit is contained in:
Matt Farina
2024-11-11 09:44:07 -05:00
committed by GitHub
2 changed files with 7 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ on:
push:
branches:
- "main"
- "dev-v3"
- "release-**"
pull_request:
branches:

View File

@@ -13,10 +13,14 @@ name: "CodeQL"
on:
push:
branches: [ main ]
branches:
- main
- dev-v3
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches:
- main
- dev-v3
schedule:
- cron: '29 6 * * 6'