Skip to content

Commit

Permalink
Neuter remaining workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
timothywarner committed Mar 20, 2024
1 parent d2a94fb commit 159af1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,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
on:
release:
types: [created]
# release:
# types: [created]

env:
AZURE_WEBAPP_NAME: twaz104webapp1 # set this to your application's name
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 159af1c

Please sign in to comment.