Skip to content

Commit 037578b

Browse files
committed
update branch name on gh actions workflow
1 parent 1f9b91e commit 037578b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:

0 commit comments

Comments
 (0)