From c0e26ad1d393c161d9199d0c7aa06e2a256dbdba Mon Sep 17 00:00:00 2001 From: Bart Kalisz Date: Mon, 30 Sep 2024 17:03:24 +0200 Subject: [PATCH] Fix branch name in the workflow file --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index f96827b..0410bd4 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,9 +1,9 @@ name: Playwright Tests on: push: - branches: [trunk] + branches: [main] pull_request: - branches: [trunk] + branches: [main] jobs: test: timeout-minutes: 60