Skip to content

Commit 5e6ea33

Browse files
committed
chore: rename master to main
1 parent 45370ea commit 5e6ea33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: npm test
2525

2626
release:
27-
if: github.event.base_ref == 'refs/heads/master'
27+
if: github.event.base_ref == 'refs/heads/main'
2828
runs-on: ubuntu-latest
2929
needs: test
3030
steps:

.github/workflows/vercel-deploy.yml

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

88
jobs:
99
test:

0 commit comments

Comments
 (0)