diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 0b9804e..d354790 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -6,6 +6,8 @@ on: branches: - master - main + - develop + - portal # Schedule this job to run at a certain time, using cron syntax # Note that * is a special character in YAML so you have to quote this string @@ -26,7 +28,7 @@ jobs: EMAIL_FETCH_TOKEN: ${{secrets.EMAIL_FETCH_TOKEN}} run-if-failed: - runs-on: [ self-hosted ] + runs-on: [ self-hosted, Linux ] needs: [central-semgrep] if: always() && (needs.semgrep.result == 'failure') steps: