From 2d002b601e84a841f5686039383963535f2f34c2 Mon Sep 17 00:00:00 2001 From: ottosjo Date: Thu, 30 Jun 2022 05:35:13 +0200 Subject: [PATCH] Fix workflow in Azure web app deployment example (#18854) Co-authored-by: Lucas Costi --- .../deploying-to-azure/deploying-to-azure-static-web-app.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app.md index 7d1a5a5df3..26fce6009b 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app.md @@ -61,7 +61,7 @@ env: API_LOCATION: "api" # location of your api source code - optional APP_ARTIFACT_LOCATION: "build" # location of client code build output - on: +on: push: branches: - main @@ -72,6 +72,7 @@ env: permissions: issues: write + contents: read jobs: build_and_deploy: