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