Skip to content

Commit edb8d00

Browse files
committed
fix branch name on ci
1 parent 5889fc0 commit edb8d00

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

.github/inactive/test.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.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)