mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-04-21 02:57:31 +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:
|
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'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user