mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Updated the CodeQL workflow to include the new "dev" branch.
This commit is contained in:
parent
b1b2a0c7b5
commit
913528d08f
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user