Skip to content

Commit

Permalink
ci(sast): test this on pushes in this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
samoehlert committed Nov 12, 2024
1 parent 736ba6b commit c2e10a5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/sast.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c2e10a5

Please sign in to comment.