From 831d0fe0b4596de3e42c42280883a61409217b85 Mon Sep 17 00:00:00 2001 From: lescobar-c1 <134630906+lescobar-c1@users.noreply.github.com> Date: Mon, 13 May 2024 14:06:40 -0600 Subject: [PATCH] Update playwright-tests.yml --- .github/workflows/playwright-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright-tests.yml b/.github/workflows/playwright-tests.yml index 72ee8d6..8198cbe 100644 --- a/.github/workflows/playwright-tests.yml +++ b/.github/workflows/playwright-tests.yml @@ -44,4 +44,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./allure-report - branch: gh-pages + branch: main