We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f9b91e + 2272d8c commit 5645b5eCopy full SHA for 5645b5e
.github/workflows/preview.yaml
@@ -5,7 +5,7 @@ env:
5
on:
6
push:
7
branches-ignore:
8
- - main
+ - master
9
- production
10
jobs:
11
Deploy-Preview:
.github/workflows/production.yaml
branches:
Deploy-Production:
.github/workflows/semgrep.yml
@@ -8,7 +8,7 @@ jobs:
semgrep:
name: Scan
runs-on:
- labels: ubuntu-22.04-2cpu-8ram-75ssd
+ labels: ubuntu-latest
12
container:
13
image: returntocorp/semgrep
14
if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')
0 commit comments