Skip to content

Commit b9c195a

Browse files
committed
fix path
1 parent a2d4f48 commit b9c195a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/samples-spring-jdk17.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- samples/server/petstore/springboot-lombok-tostring/**
1414
- samples/server/petstore/springboot-file-delegate-optional/**
1515
- samples/server/petstore/springboot-petstore-with-api-response-examples/**
16-
- samples/server/petstore/spring-boot-oneof-sealed/**
16+
- samples/openapi3/server/petstore/spring-boot-oneof-sealed/**
1717
- samples/openapi3/server/petstore/spring-boot-oneof-interface/**
1818
pull_request:
1919
paths:
@@ -27,7 +27,7 @@ on:
2727
- samples/server/petstore/springboot-lombok-tostring/**
2828
- samples/server/petstore/springboot-file-delegate-optional/**
2929
- samples/server/petstore/springboot-petstore-with-api-response-examples/**
30-
- samples/server/petstore/spring-boot-oneof-sealed/**
30+
- samples/openapi3/server/petstore/spring-boot-oneof-sealed/**
3131
- samples/openapi3/server/petstore/spring-boot-oneof-interface/**
3232
jobs:
3333
build:
@@ -50,6 +50,7 @@ jobs:
5050
- samples/server/petstore/springboot-file-delegate-optional
5151
- samples/server/petstore/springboot-petstore-with-api-response-examples
5252
- samples/server/petstore/spring-boot-oneof-sealed
53+
- samples/openapi3/server/petstore/spring-boot-oneof-sealed
5354
- samples/openapi3/server/petstore/spring-boot-oneof-interface
5455
steps:
5556
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)