mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 06:53:05 +08:00
update codeql to run on any branch
This commit is contained in:
parent
4619ba9141
commit
af304227ef
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -13,10 +13,10 @@ name: "CodeQL"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ * ]
|
||||||
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: [ * ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '19 11 * * 4'
|
- cron: '19 11 * * 4'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue