Skip to content

Commit 584f185

Browse files
authored
chore: update default branch to main (#40)
1 parent 8c5ec99 commit 584f185

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: build
22
on:
3-
# run on push but only for the master branch
3+
# run on push but only for the main branch
44
push:
55
branches:
6-
- master
6+
- main
77
# run for every pull request
88
pull_request: {}
99
jobs:
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v2
1515

1616
- name: ⎔ Setup node
17-
uses: actions/setup-node@v1
17+
uses: actions/setup-node@v2
1818
with:
1919
node-version: '14'
2020

@@ -30,4 +30,4 @@ jobs:
3030
run: npm run build
3131

3232
- name: ⬆️ Upload coverage report
33-
uses: codecov/codecov-action@v1
33+
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)