Skip to content

Commit

Permalink
Merge pull request #21 from Waterclone/main
Browse files Browse the repository at this point in the history
Updated Workflows - Separated to multiple files
  • Loading branch information
Waterclone authored Aug 31, 2023
2 parents dcef46a + 9d6c46e commit d4c0597
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/PushFeaturePullDevMainWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ on:
push:
branches:
- feature
pull_request:
branches:
- main
- develop

env:
NODE_VERSION: '16.x'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop_l5-m3-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Build and deploy Node.js app to Azure Web App - L5-M3-Test

on:
push:
pull_request:
branches:
- develop
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_l5-m3-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Build and deploy to Azure Webapp - L5-M3-2

on:
push:
pull_request:
branches:
- main
workflow_dispatch:
Expand Down

0 comments on commit d4c0597

Please sign in to comment.