diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index b9989af844..0b2f067ae7 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -4,8 +4,7 @@ on: pull_request: {} push: branches: - - main - - master + - develop paths: - .github/workflows/semgrep.yml schedule: @@ -22,4 +21,4 @@ jobs: if: (github.actor != 'dependabot[bot]') steps: - uses: actions/checkout@v4 - - run: semgrep ci \ No newline at end of file + - run: semgrep ci