mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -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:
|
||||
push:
|
||||
branches: [master, beta, nightly]
|
||||
branches: [nightly]
|
||||
pull_request:
|
||||
branches: [nightly]
|
||||
schedule:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue