diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index d569ba576..9b23aa0f3 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -1,6 +1,5 @@ name: Semgrep on: - pull_request: {} push: branches: - master @@ -8,7 +7,6 @@ on: jobs: semgrep: name: Scan - if: "github.repository == 'polkadot-js/phishing'" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2