semgrep on master only

This commit is contained in:
Jaco Greeff
2021-06-04 11:38:52 +03:00
parent 841d44180f
commit 660f65dab6
-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/ui'"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2