From 8edb7042b31efde5ac804fb2374839b729717a85 Mon Sep 17 00:00:00 2001 From: faris Aljohari <83524184+farisaljohari@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:23:47 +0300 Subject: [PATCH] Update azure-webapp-deploy.yml to remove branch restriction on push event --- .github/workflows/azure-webapp-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-webapp-deploy.yml b/.github/workflows/azure-webapp-deploy.yml index c648b24..092656a 100644 --- a/.github/workflows/azure-webapp-deploy.yml +++ b/.github/workflows/azure-webapp-deploy.yml @@ -1,6 +1,6 @@ on: push: - branches: [ "dev" ] + branches: [ ] workflow_dispatch: env: