forked from mirrors/qmk_userspace
Publish data as part of API generation (#17020)
This commit is contained in:
parent
ec5186f0f9
commit
897403c4a7
3 changed files with 34 additions and 19 deletions
3
.github/workflows/api.yml
vendored
3
.github/workflows/api.yml
vendored
|
@ -7,6 +7,9 @@ on:
|
|||
paths:
|
||||
- 'keyboards/**'
|
||||
- 'layouts/community/**'
|
||||
- 'lib/python/**'
|
||||
- 'data/**'
|
||||
- '.github/workflows/api.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
3
.github/workflows/develop_api.yml
vendored
3
.github/workflows/develop_api.yml
vendored
|
@ -7,6 +7,9 @@ on:
|
|||
paths:
|
||||
- 'keyboards/**'
|
||||
- 'layouts/community/**'
|
||||
- 'lib/python/**'
|
||||
- 'data/**'
|
||||
- '.github/workflows/develop_api.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue