Skip to content

Commit 6a64d20

Browse files
Fix ci
1 parent 9f463b4 commit 6a64d20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
workflow_dispatch:
77

88
env:

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22
on:
33
push:
44
branches-ignore:
5-
- master
5+
- main
66
workflow_dispatch:
77

88
env:

0 commit comments

Comments
 (0)