This commit is contained in:
Ashley Graves 2024-10-26 22:36:23 +02:00
parent 6a6506834c
commit fcf9774c08
No known key found for this signature in database

View file

@ -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: