Skip to content

Commit

Permalink
pipeline implemetation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal-ayanworks committed Apr 16, 2024
1 parent 4be4d52 commit c44ebdf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-connection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- pipeline-implementation
# paths:
# - 'apps/connection/**'
# workflow_dispatch:
paths:
- 'apps/connection/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "CONNECTION_V_${{ github.run_number }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev-issuance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- pipeline-implementation
# paths:
# - 'apps/issuance/**'
# workflow_dispatch:
paths:
- 'apps/issuance/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "ISSUANCE_V_${{ github.run_number }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev-ledger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- pipeline-implementation
# paths:
# - 'apps/user/**'
# workflow_dispatch:
paths:
- 'apps/user/**'
workflow_dispatch:

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

0 comments on commit c44ebdf

Please sign in to comment.