diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 75f26c6a5..2d6375aa6 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,10 +1,9 @@ name: E2E Tests on: - push: - branches: [ main ] pull_request: - branches: [ main, canary ] + paths-ignore: + - '**/*.md' jobs: e2e-test: