mirror of
https://github.com/netbox-community/netbox.git
synced 2025-09-06 14:23:36 -06:00
Enable CodeQL for feature branch
This commit is contained in:
parent
0dc408d1df
commit
f998350a36
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@ -2,9 +2,9 @@ name: "CodeQL"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main", "feature" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main", "feature" ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '38 16 * * 4'
|
- cron: '38 16 * * 4'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user