From f0404e0b6bce49db20fa9f8612423b5b52bd220e Mon Sep 17 00:00:00 2001 From: Kyle Smith Date: Tue, 11 Jun 2024 09:04:01 -0700 Subject: [PATCH] Tue Jun 11 09:04:01 PDT 2024 Updating when Scanning takes place --- .github/workflows/snyk-scanning.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/snyk-scanning.yml b/.github/workflows/snyk-scanning.yml index 8bf0dcd..ccb5624 100644 --- a/.github/workflows/snyk-scanning.yml +++ b/.github/workflows/snyk-scanning.yml @@ -2,9 +2,7 @@ name: Snyk Security on: push: - branches: ["next" ] - pull_request: - branches: ["main"] + branches: ["next", "main" ] permissions: contents: read