diff --git a/.github/workflows/azure.yml b/.github/workflows/azure.yml index eb92b55..13ed52a 100644 --- a/.github/workflows/azure.yml +++ b/.github/workflows/azure.yml @@ -15,6 +15,8 @@ # # For more information on GitHub Actions for Azure, refer to https://github.com/Azure/Actions # For more samples to get started with GitHub Action workflows to deploy to Azure, refer to https://github.com/Azure/actions-workflow-samples +name: azure-deploy + on: # release: # types: [created] diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d6c2dc1..afc2425 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -4,9 +4,9 @@ name: Node.js CI on: - #push: + push: branches: [ master ] - #pull_request: + pull_request: branches: [ master ] jobs: