From 9716def8d5c502993ca71215e7743dd7d3df8f63 Mon Sep 17 00:00:00 2001 From: ppokrovskii <38814050+ppokrovskii@users.noreply.github.com> Date: Sun, 19 May 2024 15:30:01 +0400 Subject: [PATCH] Update azure-staticwebapp.yml --- .github/workflows/azure-staticwebapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-staticwebapp.yml b/.github/workflows/azure-staticwebapp.yml index 7abe370..6bb58f9 100644 --- a/.github/workflows/azure-staticwebapp.yml +++ b/.github/workflows/azure-staticwebapp.yml @@ -15,7 +15,7 @@ name: Deploy web app to Azure Static Web Apps on: push: branches: [ "develop" ] - paths: ["folder1/**" ] + paths: ["landing/**" ] # pull_request: # types: [opened, synchronize, reopened, closed] # branches: [ "develop" ]