From f98d458498bd637a44b5b5f9dc7aaac46fabed53 Mon Sep 17 00:00:00 2001 From: Michael Barton Date: Tue, 12 Mar 2024 14:22:05 +0000 Subject: [PATCH] Add workflow_dispatch to manually test workflow --- .../workflows/ALL-BRANCHES-ALL-PRs-build-and-deploy-to-azure.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ALL-BRANCHES-ALL-PRs-build-and-deploy-to-azure.yml b/.github/workflows/ALL-BRANCHES-ALL-PRs-build-and-deploy-to-azure.yml index 960c5f0..d7b7b56 100644 --- a/.github/workflows/ALL-BRANCHES-ALL-PRs-build-and-deploy-to-azure.yml +++ b/.github/workflows/ALL-BRANCHES-ALL-PRs-build-and-deploy-to-azure.yml @@ -14,6 +14,7 @@ on: types: [opened, synchronize, reopened, closed] branches: - live + workflow_dispatch: permissions: contents: write pull-requests: write # this permission is required in order to allow PR comment with staging URL