diff --git a/.github/workflows/cve.yaml b/.github/workflows/cve.yaml index ef7d784ca10..c3ded24291c 100644 --- a/.github/workflows/cve.yaml +++ b/.github/workflows/cve.yaml @@ -1,6 +1,8 @@ name: CVE checks docker master on: workflow_dispatch: + push: + branches: [ "main" ] schedule: # * is a special character in YAML so you have to quote this string - cron: '0 8 15 * *'