From 11a6f0e5184ea25105217c73c94b1b63946f9853 Mon Sep 17 00:00:00 2001 From: apcxtest <95427904+apcxtest@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:07:11 -0400 Subject: [PATCH] Update cxaction.yml --- .github/workflows/cxaction.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cxaction.yml b/.github/workflows/cxaction.yml index 346217a..8d03825 100644 --- a/.github/workflows/cxaction.yml +++ b/.github/workflows/cxaction.yml @@ -2,9 +2,12 @@ name: Checkmarx One Scan Name Change on: push: branches: - - main + - actiontest - master - dev + pull_request: + branches: + - actiontest #schedule: # - cron: "*/5 * * * *"