Skip to content

Commit ab20f65

Browse files
chore: Update 'paths' for running API and E2E tests.
1 parent 1b9c75c commit ab20f65

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/run-api-tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
name: Run API Tests
22

33
on:
4+
push:
5+
branches: [main]
6+
paths:
7+
- "builder-frontend/**"
8+
- "builder-api/**"
9+
- "library-api/**"
410
pull_request:
511
branches: [main]
12+
paths:
13+
- "builder-frontend/**"
14+
- "builder-api/**"
15+
- "library-api/**"
616

717
jobs:
818
builder-api-tests:

.github/workflows/run-e2e-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
paths:
66
- "builder-frontend/**"
77
- "builder-api/**"
8+
- "library-api/**"
89
pull_request:
910
branches: [main]
1011
paths:
1112
- "builder-frontend/**"
1213
- "builder-api/**"
14+
- "library-api/**"
1315

1416
env:
1517
PROJECT_ID: "benefit-decision-toolkit-play"

0 commit comments

Comments
 (0)