From c8a156d7c1a35c69b313c6070c4b9db67e2e2990 Mon Sep 17 00:00:00 2001 From: Guilherme Rodz Date: Fri, 1 Mar 2024 09:50:55 -0300 Subject: [PATCH] ci: trigger tests --- .github/workflows/playwright.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index b1f6a93..abba1a8 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,9 +1,15 @@ name: Playwright Tests on: push: - branches: [ main, master ] + branches: + - main + - master + - feat/multi-frameworks pull_request: - branches: [ main, master ] + branches: + - main + - master + - feat/multi-frameworks jobs: test: timeout-minutes: 60