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" ]