Fix github workflow
Some checks failed
njsscan sarif / njsscan code scanning (push) Failing after 1s
Some checks failed
njsscan sarif / njsscan code scanning (push) Failing after 1s
This commit is contained in:
parent
0e0cad6734
commit
c751a5aec2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/njsscan.yml
vendored
4
.github/workflows/njsscan.yml
vendored
|
@ -10,10 +10,10 @@ name: njsscan sarif
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master", ]
|
branches: [ "master", "devbot" ]
|
||||||
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: [ "master", "devbot" ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '43 12 * * 6'
|
- cron: '43 12 * * 6'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue