Skip to content

Commit

Permalink
Add azure-deploy workflow and enable push and pull_request triggers f…
Browse files Browse the repository at this point in the history
…or node.js workflow
  • Loading branch information
timothywarner committed Mar 20, 2024
1 parent 7822a52 commit 9f4b372
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
name: Node.js CI

on:
#push:
push:
branches: [ master ]
#pull_request:
pull_request:
branches: [ master ]

jobs:
Expand Down

0 comments on commit 9f4b372

Please sign in to comment.