Skip to content

Commit 3ed19a5

Browse files
authored
Update main.yml
1 parent c201599 commit 3ed19a5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Java build with Maven
33
on:
44
push:
55
branches: ["main"]
6-
paths:
7-
- "analytics-service/**"
8-
- "api-gateway/**"
9-
- "auth-service/**"
10-
- "billing-service/**"
11-
- "patient-service/**"
12-
- "integration-tests/**"
6+
paths:
7+
- "analytics-service/**"
8+
- "api-gateway/**"
9+
- "auth-service/**"
10+
- "billing-service/**"
11+
- "patient-service/**"
12+
- "integration-tests/**"
1313

1414
jobs:
1515
# name of the job

0 commit comments

Comments
 (0)