diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index b43eb83..c283d20 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -2,9 +2,7 @@ name: E2e tests on: pull_request: - branches: [ 'main', '*/*' ] - push: - branches: [] + branches: [ '**/*' ] jobs: test: