From 57433f41902e8cfe0ff6969f4b97a98f6ac3aae0 Mon Sep 17 00:00:00 2001 From: Puneet Agarwal <28705989+puagarwa@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:21:40 +0530 Subject: [PATCH] add workflow_dispatch --- .github/workflows/playwright.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 89f5d83..0368989 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -4,7 +4,8 @@ on: branches: [ main, master ] pull_request: branches: [ main, master ] - + workflow_dispatch: + jobs: test: strategy: