mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Only run CodeQL on nightly branch
This commit is contained in:
parent
39047ea7c3
commit
22c5e59ee9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -2,7 +2,7 @@ name: CodeQL
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master, beta, nightly]
|
branches: [nightly]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [nightly]
|
branches: [nightly]
|
||||||
schedule:
|
schedule:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue