From a964676d4da6169f83ecb27b1e90998da573351d Mon Sep 17 00:00:00 2001 From: Rutger van Bergen Date: Wed, 6 Dec 2023 20:56:25 +0100 Subject: [PATCH] Update actions triggers --- .../azure-static-web-apps-proud-sand-070C70F03.yml | 1 + .../azure-static-web-apps-red-glacier-092896803.yml | 1 + .github/workflows/dotnet.yml | 7 +------ 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-proud-sand-070C70F03.yml b/.github/workflows/azure-static-web-apps-proud-sand-070C70F03.yml index f373919..2ce5fea 100644 --- a/.github/workflows/azure-static-web-apps-proud-sand-070C70F03.yml +++ b/.github/workflows/azure-static-web-apps-proud-sand-070C70F03.yml @@ -1,6 +1,7 @@ name: Azure SWA production CD on: + workflow_dispatch: push: branches: - production diff --git a/.github/workflows/azure-static-web-apps-red-glacier-092896803.yml b/.github/workflows/azure-static-web-apps-red-glacier-092896803.yml index 9ece9e7..6102824 100644 --- a/.github/workflows/azure-static-web-apps-red-glacier-092896803.yml +++ b/.github/workflows/azure-static-web-apps-red-glacier-092896803.yml @@ -1,6 +1,7 @@ name: Azure SWA staging CD on: + workflow_dispatch: push: branches: - staging diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a739c85..6b9161f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -1,11 +1,6 @@ name: Plain .NET build -on: - push: - pull_request: - branches: - - staging - - production +on: [workflow_dispatch, push, pull_request] jobs: build: