Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 309b32b

Browse files
Rename branches
1 parent cf5b667 commit 309b32b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Tests
22
'on':
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
branches:
8-
- master
8+
- main
99

1010
jobs:
1111
test:
@@ -24,4 +24,4 @@ jobs:
2424
- name: Install Dependencies
2525
run: npm ci
2626
- name: Run All Node.js Tests
27-
run: npm test
27+
run: npm test

0 commit comments

Comments
 (0)