semgrep on master only

This commit is contained in:
Jaco Greeff
2021-06-04 11:38:26 +03:00
parent 19907696c7
commit 7b5f6a9e4b
-2
View File
@@ -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