Updated the CodeQL workflow to include the new "dev" branch.

This commit is contained in:
Matt Scott 2023-03-10 18:10:10 -05:00
parent b1b2a0c7b5
commit 913528d08f

View File

@ -14,10 +14,10 @@ name: "CodeQL"
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ dev, master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ dev, master ]
schedule:
- cron: '45 2 * * 2'