diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 0b8320e..4bad075 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,5 +1,9 @@ name: Tests -on: [push, pull_request] +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] jobs: test: