From a119d308c5a80ceccfe9a727434905a6fcfa0662 Mon Sep 17 00:00:00 2001 From: zlatanjakic Date: Fri, 24 May 2024 16:22:14 +0200 Subject: [PATCH] Changed the conditions for running playwright tests --- .github/workflows/playwright.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 23b0f2fd..41abbf27 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,9 +1,7 @@ name: Playwright Tests -on: - push: - branches: [ develop, master, playwritght-testing ] - pull_request: - branches: [ develop, master, playwritght-testing ] + +on: [push, pull_request] + jobs: test: timeout-minutes: 60