From 8eb0e6a353285181835112eb3d5f9eb9af7cbfc5 Mon Sep 17 00:00:00 2001 From: Ralph Jocham Date: Tue, 17 Feb 2026 22:31:32 +0100 Subject: [PATCH] Fix deployment workflow to run on manual trigger Remove unreachable if condition that prevented the build_and_deploy_job from running when triggered via workflow_dispatch. Co-Authored-By: Claude Sonnet 4.6 --- .../azure-static-web-apps-agreeable-island-0c966e810.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-agreeable-island-0c966e810.yml b/.github/workflows/azure-static-web-apps-agreeable-island-0c966e810.yml index ceb3a6da..7c6410ea 100644 --- a/.github/workflows/azure-static-web-apps-agreeable-island-0c966e810.yml +++ b/.github/workflows/azure-static-web-apps-agreeable-island-0c966e810.yml @@ -4,7 +4,6 @@ on: workflow_dispatch jobs: build_and_deploy_job: - if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') runs-on: ubuntu-latest name: Build and Deploy Job steps: