Skip to content

Commit

Permalink
ci: fix branch name inside sast.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gdegiorgio committed Jun 3, 2024
1 parent 35f19d1 commit 2f32c51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Security Scan

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches:
- main

jobs:
security:
Expand Down

0 comments on commit 2f32c51

Please sign in to comment.