Fix: OpenAPI lint workflow trigger

This commit is contained in:
Nicholas Wallace 2024-08-18 19:07:18 -07:00
parent 27b3a44147
commit 627ddd2f70

View File

@ -1,13 +1,11 @@
name: API linting 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: on:
pull_request:
push: push:
paths: paths:
- docs/ - 'docs/**'
pull_request:
paths:
- docs/
jobs: jobs:
build: build: