From 2bda01b21f3b501092e4d0ec62944c4b0a8b7356 Mon Sep 17 00:00:00 2001 From: Leszek Manicki Date: Wed, 8 Jan 2025 12:22:55 +0100 Subject: [PATCH] run gh actions on all branches for preview --- .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