Skip to content

Commit

Permalink
ci(sl): change trigger of shiftleft analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
hoang-himself committed Aug 26, 2023
1 parent a0da508 commit 049caae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/shiftleft-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
name: SL Scan

# This section configures the trigger for the workflow. Feel free to customize depending on your convention
on: push
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
Scan-Build:
Expand Down

0 comments on commit 049caae

Please sign in to comment.