From b8180950884a4dfb8b2eb0a6185298c8d40b6058 Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Wed, 29 May 2024 21:46:45 -0700 Subject: [PATCH] Enabling manual run trigger Enabling manual run trigger to test CI/CD pipeline to new tenant using ` workflow_dispatch` Communicated with Maintainers+STC Signed-off-by: Paul Yuknewicz --- .github/workflows/website-v1-7.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website-v1-7.yml b/.github/workflows/website-v1-7.yml index a7729f425ce..593e99bf4e9 100644 --- a/.github/workflows/website-v1-7.yml +++ b/.github/workflows/website-v1-7.yml @@ -1,6 +1,7 @@ name: Azure Static Web App v1.7 on: + workflow_dispatch: push: branches: - v1.7