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 7ebcc29 commit 49e17fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- pipeline-implementation
# paths:
# - 'apps/agent-service/**'
# workflow_dispatch:
paths:
- 'apps/agent-service/**'
workflow_dispatch:

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

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

0 comments on commit 49e17fb

Please sign in to comment.