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

Adding CI for dev-v3 branch
pull/13426/head
Matt Farina 10 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: push:
branches: branches:
- "main" - "main"
- "dev-v3"
- "release-**" - "release-**"
pull_request: pull_request:
branches: branches:

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

Loading…
Cancel
Save