From d270fa4878e11d590e1fc62668e3d85d28525d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Sat, 11 Feb 2023 20:58:21 +0000 Subject: [PATCH] Update eoefans-api-azure-deploy.yml --- .github/workflows/eoefans-api-azure-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/eoefans-api-azure-deploy.yml b/.github/workflows/eoefans-api-azure-deploy.yml index 4ac3c0f..d07ca7a 100644 --- a/.github/workflows/eoefans-api-azure-deploy.yml +++ b/.github/workflows/eoefans-api-azure-deploy.yml @@ -3,9 +3,9 @@ name: Deploy EOEFANS API to Azure on: push: branches: [ "release" ] - pull_request: - types: [synchronize, closed] - branches: [ "release" ] +# pull_request: +# types: [synchronize, closed] +# branches: [ "release" ] env: AZURE_WEBAPP_NAME: "eoefans-api" # set this to your application's name