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