From baec020e8fcd82e88ad6aa668faf0a3e36848b55 Mon Sep 17 00:00:00 2001 From: ppokrovskii <38814050+ppokrovskii@users.noreply.github.com> Date: Sat, 25 May 2024 08:54:08 +0400 Subject: [PATCH] trigger landing 2 --- .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 5a2daa8..06f4611 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: [ "main", "develop" ] - paths: ["landing/**" ] + paths: ["landing/**", ".github/workflows/azure-staticwebapp.yml" ] # pull_request: # types: [opened, synchronize, reopened, closed] # branches: [ "develop" ]