forked from exhq/hosted
guh
This commit is contained in:
parent
6a6506834c
commit
fcf9774c08
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
name: Update API Documentation
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- 'openapi.yaml' # Trigger when openapi.yaml changes
|
||||
- 'openapi.yaml'
|
||||
branches:
|
||||
- main # or your default branch
|
||||
- main
|
||||
|
||||
jobs:
|
||||
convert-and-push:
|
||||
|
|
Loading…
Reference in a new issue