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
|
name: Update API Documentation
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'openapi.yaml' # Trigger when openapi.yaml changes
|
- 'openapi.yaml'
|
||||||
branches:
|
branches:
|
||||||
- main # or your default branch
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
convert-and-push:
|
convert-and-push:
|
||||||
|
|
Loading…
Reference in a new issue