Publish data as part of API generation (#17020)

This commit is contained in:
Joel Challis
2022-08-06 07:14:29 +01:00
committed by GitHub
parent ec5186f0f9
commit 897403c4a7
3 changed files with 34 additions and 19 deletions

View File

@@ -7,6 +7,9 @@ on:
paths:
- 'keyboards/**'
- 'layouts/community/**'
- 'lib/python/**'
- 'data/**'
- '.github/workflows/api.yml'
workflow_dispatch:
jobs:

View File

@@ -7,6 +7,9 @@ on:
paths:
- 'keyboards/**'
- 'layouts/community/**'
- 'lib/python/**'
- 'data/**'
- '.github/workflows/develop_api.yml'
workflow_dispatch:
jobs: