Skip to content

Commit aa2d0bc

Browse files
committed
Update default branch to main
1 parent efbafa1 commit aa2d0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Publish
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
release:
88
name: Release
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v1
1212
with:
13-
ref: master
13+
ref: main
1414
- uses: actions/setup-node@v1
1515
with:
1616
node-version: '14'

0 commit comments

Comments
 (0)