Skip to content

Commit 5d9f7ac

Browse files
committed
chore: replace master branch by main
1 parent e3846e1 commit 5d9f7ac

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Publish
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
workflow_dispatch:
66
jobs:
77
publish:
88
runs-on: ubuntu-20.04
99
strategy:
1010
matrix:
11-
node-version: [14.x]
11+
node-version: [16.x]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Test
22
on:
33
pull_request:
4-
branches: [master]
4+
branches: [main]
55
jobs:
66
build:
77
runs-on: ubuntu-20.04

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/coverage
22
/node_modules
3-
/.vscode
3+
.vscode
4+
.idea
45
/dist
56
script.js
67
test.html

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)