Skip to content

Commit 5645b5e

Browse files
authored
Merge pull request #848 from jsonwebtoken/jt/fix-branch-name
Update branch name on gh actions workflow
2 parents 1f9b91e + 2272d8c commit 5645b5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
on:
66
push:
77
branches-ignore:
8-
- main
8+
- master
99
- production
1010
jobs:
1111
Deploy-Preview:

.github/workflows/production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
on:
66
push:
77
branches:
8-
- main
8+
- master
99
- production
1010
jobs:
1111
Deploy-Production:

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
semgrep:
99
name: Scan
1010
runs-on:
11-
labels: ubuntu-22.04-2cpu-8ram-75ssd
11+
labels: ubuntu-latest
1212
container:
1313
image: returntocorp/semgrep
1414
if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')

0 commit comments

Comments
 (0)