Skip to content

Commit

Permalink
update branch naming to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jkan2 committed Sep 24, 2024
1 parent cba77e6 commit a18238d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
pull_request: {}
push:
branches:
- main
- master
- develop
paths:
- .github/workflows/semgrep.yml
schedule:
Expand All @@ -22,4 +21,4 @@ jobs:
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- run: semgrep ci
- run: semgrep ci

0 comments on commit a18238d

Please sign in to comment.