From 011a32a1515a850c9bea8ab013af99fdc72c0e85 Mon Sep 17 00:00:00 2001 From: Leszek Manicki Date: Wed, 8 Jan 2025 13:11:39 +0100 Subject: [PATCH] Run Github action CI workflow on all pushes and pull requests --- .github/workflows/ci.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ab9b2ec..f695c26 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,10 +1,6 @@ name: Lint and Test -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +on: [push, pull_request] jobs: test: @@ -39,4 +35,4 @@ jobs: run: npm test env: CHROME_BIN: chrome - CHROME_FLAGS: --no-sandbox --headless --disable-gpu \ No newline at end of file + CHROME_FLAGS: --no-sandbox --headless --disable-gpu