Skip to content

Commit

Permalink
added correct path for actions trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
chzbrgr71 committed Jun 28, 2023
1 parent 641e143 commit 65d22a3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-ai-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'main'
paths:
- 'ai-service/**'
- 'src/ai-service/**'

workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-makeline-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'main'
paths:
- 'makeline-service/**'
- 'src/makeline-service/**'

workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-order-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'main'
paths:
- 'order-service/**'
- 'src/order-service/**'

workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-product-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'main'
paths:
- 'product-service/**'
- 'src/product-service/**'

workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-store-admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'main'
paths:
- 'store-admin/**'
- 'src/store-admin/**'

workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-store-front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'main'
paths:
- 'store-front/**'
- 'src/store-front/**'

workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-virtual-customer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'main'
paths:
- 'virtual-customer/**'
- 'src/virtual-customer/**'

workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-virtual-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'main'
paths:
- 'virtual-worker/**'
- 'src/virtual-worker/**'

workflow_dispatch:

Expand Down

0 comments on commit 65d22a3

Please sign in to comment.