Setup branches for security and release - to work as staging workflow branches for now

This commit is contained in:
2024-07-06 10:10:56 -05:00
parent a75ec9a0c5
commit 79b9f0e921
2 changed files with 4 additions and 4 deletions

View File

@ -13,9 +13,9 @@ name: "CodeQL"
on:
push:
branches: [ "dev", "main" ]
branches: [ "security" ]
pull_request:
branches: [ "dev", "main" ]
branches: [ "security" ]
schedule:
- cron: '31 10 * * 3'