diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 7fc818d..171a985 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,10 +1,11 @@ name: Playwright Tests permissions: read-all +environment: dev3 on: push: - branches: [ main, master ] + branches: [ main ] pull_request: - branches: [ main, master ] + branches: [ main ] jobs: test: timeout-minutes: 60