Skip to content

Commit

Permalink
Fix trigger paths for PR pipelines (#104)
Browse files Browse the repository at this point in the history
Krusty93 authored Jan 22, 2024
1 parent 5d13fb5 commit 89dcd86
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_functions.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ on:
paths:
- 'apps/onboarding-functions/**'
- 'apps/onboarding-ms/pom.xml'
- '.github/workflows/code_review_functions.yml'
- '.github/workflows/pr_functions.yml'
- '.github/workflows/call_code_review.yml'

jobs:
2 changes: 1 addition & 1 deletion .github/workflows/pr_libs.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ on:
- ready_for_review
paths:
- 'libs/**'
- '.github/workflows/code_review_libs.yml'
- '.github/workflows/pr_libs.yml'
- '.github/workflows/call_code_review.yml'

jobs:
2 changes: 1 addition & 1 deletion .github/workflows/pr_ms.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ on:
paths:
- 'apps/onboarding-ms/**'
- 'apps/onboarding-ms/pom.xml'
- '.github/workflows/code_review_ms.yml'
- '.github/workflows/pr_ms.yml'
- '.github/workflows/call_code_review.yml'

jobs:

0 comments on commit 89dcd86

Please sign in to comment.