Skip to content

Commit

Permalink
pipeline changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal-ayanworks committed Apr 25, 2024
1 parent 11b98ba commit e0a92aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev-ledger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- pipeline-implementation
# paths:
# - 'apps/ledger/**'
# workflow_dispatch:
- develop
paths:
- 'apps/ledger/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "LEDGER_V_${{ github.run_number }}"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev-utility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and deploy Node.js app to ECSsdc
on:
push:
branches:
- develop
paths:
- 'apps/utility/**'
workflow_dispatch:
- pipeline-implementation
# paths:
# - 'apps/utility/**'
# workflow_dispatch:

env:
ECR_IMAGE_TAG: "UTILITY_V_${{ github.run_number }}"
Expand Down

0 comments on commit e0a92aa

Please sign in to comment.