diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1b9db2bde5b..33ecb220a10 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,8 +1,11 @@ name: Playwright Tests on: push: + branches: + - master paths: - - "**" + - 'frontend/**' + - '.github/workflows/playwright.yml' jobs: test: timeout-minutes: 60