From 5918a7db7f5a621c2e5e1b70f312c8b16b327484 Mon Sep 17 00:00:00 2001 From: Russell Day Date: Sat, 20 Apr 2024 11:37:01 +0100 Subject: [PATCH] Run workflow on push to any branch --- .github/workflows/PocketDDDServerWebAPI2024.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/PocketDDDServerWebAPI2024.yml b/.github/workflows/PocketDDDServerWebAPI2024.yml index 1dae730..2806bee 100644 --- a/.github/workflows/PocketDDDServerWebAPI2024.yml +++ b/.github/workflows/PocketDDDServerWebAPI2024.yml @@ -2,8 +2,6 @@ name: Build and deploy Pocket DDD Server to Web App PocketDDDServerWebAPI2024 on: workflow_dispatch: push: - branches: - - main env: AZURE_WEBAPP_PACKAGE_PATH: PocketDDD.Server.WebAPI/publish