Remove devbot branch from njsscan
This commit is contained in:
parent
bb1e668e10
commit
845f415e5a
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", "devbot" ]
|
branches: [ "master", ]
|
||||||
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", "devbot" ]
|
branches: [ "master", ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '43 12 * * 6'
|
- cron: '43 12 * * 6'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue