remove on pushes
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
0c343c8a77
commit
ead3c2bc95
1 changed files with 0 additions and 5 deletions
5
.github/workflows/vulnerability-scans.yaml
vendored
5
.github/workflows/vulnerability-scans.yaml
vendored
|
@ -8,11 +8,6 @@ name: Vulnerability Scan
|
|||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ "main" ]
|
||||
schedule:
|
||||
- cron: '00 9 * * 1'
|
||||
|
||||
|
|
Loading…
Reference in a new issue