Skip to content

Commit

Permalink
[#13] use correct openapi spec path
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny Bakker committed Oct 17, 2024
1 parent 525caf4 commit 8d5aca7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-postman-collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: generate-postman-collection
on:
push:
paths:
- "src/referentielijsten/api/v*/openapi.yaml"
- "src/referentielijsten/api/openapi.yaml"
- ".github/workflows/generate-postman-collection.yml"
branches:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: generate-sdks
on:
push:
paths:
- "src/referentielijsten/api/v*/openapi.yaml"
- "src/referentielijsten/api/openapi.yaml"
- ".github/workflows/generate-sdks.yml"
branches:
- '**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-oas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: lint-oas
on:
push:
paths:
- "src/referentielijsten/api/v*/openapi.yaml"
- .github/workflows/lint-oas.yml
- "src/referentielijsten/api/openapi.yaml"
- ".github/workflows/lint-oas.yml"
branches:
- '**'
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/oas-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: check-oas
on:
push:
paths:
- "src/referentielijsten/api/*/openapi.yaml"
- .github/workflows/oas-check.yml
- "src/referentielijsten/api/openapi.yaml"
- ".github/workflows/oas-check.yml"
branches:
- '**'
workflow_dispatch:
Expand Down

0 comments on commit 8d5aca7

Please sign in to comment.