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