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: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: [ master ] branches: [ dev, master ]
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: [ master ] branches: [ dev, master ]
schedule: schedule:
- cron: '45 2 * * 2' - cron: '45 2 * * 2'