1 parent c201599 commit 3ed19a5Copy full SHA for 3ed19a5
1 file changed
.github/workflows/main.yml
@@ -3,13 +3,13 @@ name: Java build with Maven
3
on:
4
push:
5
branches: ["main"]
6
- paths:
7
- - "analytics-service/**"
8
- - "api-gateway/**"
9
- - "auth-service/**"
10
- - "billing-service/**"
11
- - "patient-service/**"
12
- - "integration-tests/**"
+ paths:
+ - "analytics-service/**"
+ - "api-gateway/**"
+ - "auth-service/**"
+ - "billing-service/**"
+ - "patient-service/**"
+ - "integration-tests/**"
13
14
jobs:
15
# name of the job
0 commit comments