From 02570bcd2e5b7177a5c482f3b560821aa62aad9b Mon Sep 17 00:00:00 2001 From: Ramazan Yilmaz Date: Tue, 5 Mar 2024 15:11:48 +0100 Subject: [PATCH] Add workflow dispatch to run the workflow manually --- .github/workflows/azure-static-web-apps-dev.yml | 2 ++ .github/workflows/azure-static-web-apps-prod.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/azure-static-web-apps-dev.yml b/.github/workflows/azure-static-web-apps-dev.yml index 405c21e..20c3d99 100644 --- a/.github/workflows/azure-static-web-apps-dev.yml +++ b/.github/workflows/azure-static-web-apps-dev.yml @@ -1,6 +1,8 @@ name: Azure Static Web Apps CI/CD (DEV) on: + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: push: branches: - develop diff --git a/.github/workflows/azure-static-web-apps-prod.yml b/.github/workflows/azure-static-web-apps-prod.yml index c0293a8..9f1c021 100644 --- a/.github/workflows/azure-static-web-apps-prod.yml +++ b/.github/workflows/azure-static-web-apps-prod.yml @@ -1,6 +1,8 @@ name: Azure Static Web Apps CI/CD (PROD) on: + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: push: branches: - main