Skip to content

Commit 226540b

Browse files
committed
Run Github action CI workflow on all pushes and pull requests
1 parent c033c14 commit 226540b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Lint and Test
22

3-
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
3+
on: [push, pull_request]
84

95
jobs:
106
test:
@@ -39,4 +35,4 @@ jobs:
3935
run: npm test
4036
env:
4137
CHROME_BIN: chrome
42-
CHROME_FLAGS: --no-sandbox --headless --disable-gpu
38+
CHROME_FLAGS: --no-sandbox --headless --disable-gpu

0 commit comments

Comments
 (0)