mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-18 08:16:10 +00:00
triggering codeql with develop branches
This commit is contained in:
parent
9bb0327921
commit
5604a67c72
1 changed files with 3 additions and 5 deletions
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
|
@ -13,12 +13,10 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
branches: [ "master", develop]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ "master" ]
|
||||
schedule:
|
||||
- cron: '17 21 * * 6'
|
||||
branches: [ "master", develop]
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
|
Loading…
Reference in a new issue