diff --git a/.github/workflows/azure-static-web-apps-prod.yml b/.github/workflows/azure-static-web-apps-prod.yml index 315d152..154c145 100644 --- a/.github/workflows/azure-static-web-apps-prod.yml +++ b/.github/workflows/azure-static-web-apps-prod.yml @@ -1,6 +1,7 @@ name: Azure Static Web Apps CI/CD (PROD) on: + workflow_dispatch: push: branches: - master @@ -11,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: