From 972d7f0884f737a5d693631c156a26dd9212c6f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Sat, 21 Dec 2024 21:46:15 +0100 Subject: [PATCH] Update playwright.yml --- .github/workflows/playwright.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 662f850..4f0a7b0 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -2,8 +2,10 @@ name: Playwright Tests on: push: branches: [main, master] + paths: ['**.json', '**.js', '**.ts', '**.gyp', '**.cc', '**.hpp', '**.yml'] pull_request: branches: [main, master] + paths: ['**.json', '**.js', '**.ts', '**.gyp', '**.cc', '**.hpp', '**.yml'] jobs: test: strategy: