From 3e791e37dbaa885953ef74395245e1799e3cb768 Mon Sep 17 00:00:00 2001 From: yeikel Date: Fri, 3 Jan 2025 13:35:19 -0500 Subject: [PATCH] Infra: Run cve checks workflow on pull requests and pushes to main --- .github/workflows/cve_checks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cve_checks.yml b/.github/workflows/cve_checks.yml index da8019760..9a364e23a 100644 --- a/.github/workflows/cve_checks.yml +++ b/.github/workflows/cve_checks.yml @@ -1,5 +1,8 @@ name: "Infra: CVE checks" on: + pull_request_target: + push: + branches: [ "main" ] workflow_dispatch: schedule: # * is a special character in YAML so you have to quote this string