Skip to content

Commit c07120d

Browse files
committed
chore(ci): set main branch in workflow and releaserc
1 parent 95fb106 commit c07120d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
tests:

.releaserc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
branch: master
1+
branch: main
22
ci: false
33
dryRun: false
44
debug: false

0 commit comments

Comments
 (0)