We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ffb2a5 + eed07ed commit 574da74Copy full SHA for 574da74
.github/workflows/deploy_api_spec.yaml
@@ -3,6 +3,8 @@ name: Deploy Swagger UI with API Spec
3
on:
4
push:
5
branches: [main]
6
+ paths:
7
+ - "src/Api/OpenAPI/specification.yaml"
8
workflow_dispatch:
9
10
jobs:
0 commit comments