Skip to content

Commit b450b90

Browse files
committed
Update workflow trigger paths in app.kodeverk-service.yml
The commit removes 'servlet-core', 'servlet-security' and 'testing' dependencies from the trigger paths. Additionally, 'reactive-security' has been added to the trigger paths for the GitHub workflow in 'app.kodeverk-service.yml'.
1 parent d6dedc6 commit b450b90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/app.kodeverk-service.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ name: kodeverk-service
33
on:
44
push:
55
paths:
6-
- libs/servlet-core
76
- libs/security-core
87
- libs/reactive-core
9-
- libs/servlet-security
10-
- libs/testing
8+
- libs/reactive-security
119
- apps/kodeverk-service/**
1210
- .github/workflows/app.kodeverk-service.yml
1311

0 commit comments

Comments
 (0)