Skip to content

Commit 1169399

Browse files
authored
Update build.yml (#11)
1 parent 2ac506b commit 1169399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
build:
@@ -13,4 +13,4 @@ jobs:
1313
- uses: actions/checkout@v1
1414
- run: |
1515
npm ci
16-
npm run all
16+
npm run all

0 commit comments

Comments
 (0)