From eae854f0c108311581cb1d90c3f2baa9d6f9a1c6 Mon Sep 17 00:00:00 2001 From: Ramazan Yilmaz Date: Thu, 14 Dec 2023 16:22:02 +0100 Subject: [PATCH] Run deploy on workflow_dispatch --- .../workflows/azure-static-web-apps-witty-stone-0d035d303.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-witty-stone-0d035d303.yml b/.github/workflows/azure-static-web-apps-witty-stone-0d035d303.yml index 60ceafb..207e490 100644 --- a/.github/workflows/azure-static-web-apps-witty-stone-0d035d303.yml +++ b/.github/workflows/azure-static-web-apps-witty-stone-0d035d303.yml @@ -12,7 +12,7 @@ on: jobs: build_and_deploy_job: - if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.action != 'closed') runs-on: ubuntu-latest name: Build and Deploy Job steps: