From 50d27066233855f7b4a2050de3f334ef77a57145 Mon Sep 17 00:00:00 2001 From: noamolat-fs Date: Tue, 18 Jun 2024 16:16:37 +0800 Subject: [PATCH] Update .github workflow for playwright --- .github/workflows/playwright.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yaml b/.github/workflows/playwright.yaml index 3b7b7f5..0f8bc42 100644 --- a/.github/workflows/playwright.yaml +++ b/.github/workflows/playwright.yaml @@ -1,9 +1,9 @@ name: Playwright Tests on: push: - branches: [ main ] + branches: [ week-2 ] pull_request: - branches: [ main ] + branches: [ week-2 ] jobs: test: timeout-minutes: 60