mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 02:05:06 +02:00
Fix: OpenAPI lint workflow trigger
This commit is contained in:
parent
27b3a44147
commit
627ddd2f70
1 changed files with 3 additions and 5 deletions
8
.github/workflows/lint-openapi.yml
vendored
8
.github/workflows/lint-openapi.yml
vendored
|
@ -1,13 +1,11 @@
|
|||
name: API linting
|
||||
|
||||
# Run on pull requests or pushes when there is a change to the OpenAPI file
|
||||
# Run on pull requests or pushes when there is a change to any OpenAPI files in docs/
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
paths:
|
||||
- docs/
|
||||
pull_request:
|
||||
paths:
|
||||
- docs/
|
||||
- 'docs/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue