Skip to content

Commit 66c9ea5

Browse files
committed
Add common folder to workflow triggers for api and admin app
1 parent 5f8eac3 commit 66c9ea5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/admin.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
paths:
66
- 'admin/**'
7+
- 'TwoWeeksReady.Common/**'
78
- '.github/workflows/admin.yaml'
89
branches: [ master ]
910
pull_request:

.github/workflows/api.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
paths:
66
- 'api/**'
7+
- 'TwoWeeksReady.Common/**'
78
- '.github/workflows/api.yaml'
89
branches: [ master ]
910
pull_request:

0 commit comments

Comments
 (0)