Merge pull request from mattfarina/ci-for-v3

Adding CI for dev-v3 branch
pull/13426/head
Matt Farina 4 months ago committed by GitHub
commit aded0ac150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

Loading…
Cancel
Save