From d4ee0dd450cd9fd2caccc45c473d82c84be88875 Mon Sep 17 00:00:00 2001 From: eugene-dynamsoft Date: Wed, 9 Oct 2024 12:51:20 -0700 Subject: [PATCH] added manual execution option for playwright github action --- .github/workflows/playwright.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index ac13fb4..1f2f264 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -5,7 +5,10 @@ on: - main pull_request: branches: - - main + - main + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + jobs: test: env: