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
commit 897403c4a7
Failed to generate hash of commit
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: