We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc20b48 commit 589dc5cCopy full SHA for 589dc5c
1 file changed
.github/workflows/samples-java-client-jdk17.yaml
@@ -4,6 +4,7 @@ on:
4
push:
5
paths:
6
- samples/client/petstore/java/resttemplate-jakarta/**
7
+ - samples/client/petstore/java/resttemplate-springBoot4-*/**
8
- samples/client/petstore/java/webclient-jakarta/**
9
- samples/client/petstore/java/restclient-*/**
10
- samples/client/others/java/webclient-sealedInterface/**
@@ -13,6 +14,7 @@ on:
13
14
pull_request:
15
16
17
18
19
20
0 commit comments