Skip to content

Commit

Permalink
Run Github action CI workflow on all pushes and pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
manicki committed Jan 8, 2025
1 parent 406262d commit 011a32a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Lint and Test

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]

jobs:
test:
Expand Down Expand Up @@ -39,4 +35,4 @@ jobs:
run: npm test
env:
CHROME_BIN: chrome
CHROME_FLAGS: --no-sandbox --headless --disable-gpu
CHROME_FLAGS: --no-sandbox --headless --disable-gpu

0 comments on commit 011a32a

Please sign in to comment.