From c2e10a54ed47826ce4c8a9e7519e7ab8e1a40c93 Mon Sep 17 00:00:00 2001 From: Sam Oehlert Date: Mon, 11 Nov 2024 22:24:23 -0600 Subject: [PATCH] ci(sast): test this on pushes in this branch --- .github/workflows/sast.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sast.yml b/.github/workflows/sast.yml index fba13c77..b9417f77 100644 --- a/.github/workflows/sast.yml +++ b/.github/workflows/sast.yml @@ -1,13 +1,18 @@ name: Run SAST on: - # Runs on pushes targeting the default branch push: - branches: [ "develop" ] + branches: + - main + - develop + - topic/soehlert/github_ci # Add your branch here + pull_request: + branches: + - main + - develop # Allows you to run this workflow manually from the Actions tab workflow_dispatch: - pull_request: jobs: sast: