From 613fe96df41ce03fe69398411c9787ef37d3a185 Mon Sep 17 00:00:00 2001 From: catvend <53199539+catvend@users.noreply.github.com> Date: Thu, 4 Feb 2021 14:22:58 +1300 Subject: [PATCH] Update shiftleft-analysis.yml --- .github/workflows/shiftleft-analysis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/shiftleft-analysis.yml b/.github/workflows/shiftleft-analysis.yml index 93eb994..a4cb3b3 100644 --- a/.github/workflows/shiftleft-analysis.yml +++ b/.github/workflows/shiftleft-analysis.yml @@ -4,7 +4,9 @@ name: SL Scan # This section configures the trigger for the workflow. Feel free to customize depending on your convention -on: push +on: + push: + pull_request: jobs: Scan-Build: