Skip to content

Commit

Permalink
Update openapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostrider-05 committed Oct 15, 2024
1 parent ad8c9e3 commit e013e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: OpenAPI
on:
push:
paths: src/schemas/v2/generated/openapi.json
paths: ./src/schemas/v2/generated/openapi.json
branches: main
pull_request:
paths: openapi.json
Expand All @@ -17,4 +17,4 @@ jobs:
- name: Validate Patreon API
uses: char0n/apidom-validate@v1
with:
definition-file: 'src/schemas/v2/generated/openapi.json'
definition-file: './src/schemas/v2/generated/openapi.json'

0 comments on commit e013e2b

Please sign in to comment.