Skip to content

Commit 396c4a1

Browse files
authored
fix: branch name in tests.yml
1 parent 7035a5a commit 396c4a1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "master" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "master" ]
88

99
jobs:
1010
test:
@@ -24,4 +24,4 @@ jobs:
2424
run: npm install
2525

2626
- name: Run tests with xvfb
27-
run: xvfb-run --auto-servernum npm test
27+
run: xvfb-run --auto-servernum npm test

0 commit comments

Comments
 (0)