From 860acb92b4807d8eae00bd3bec07d1fc2669590a Mon Sep 17 00:00:00 2001 From: Florian Schaal Date: Wed, 26 May 2021 14:22:09 +0200 Subject: [PATCH] Update azure.yml switch to correct branch --- .github/workflows/azure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure.yml b/.github/workflows/azure.yml index 0c20f03..bd67b06 100644 --- a/.github/workflows/azure.yml +++ b/.github/workflows/azure.yml @@ -3,11 +3,11 @@ name: Azure Static Web Apps CI/CD on: push: branches: - - main + - master pull_request: types: [opened, synchronize, reopened, closed] branches: - - main + - master jobs: build_and_deploy_job: