enable manual trigger for api data (#13000)
This commit is contained in:
parent
572a35d9a2
commit
baa65d2177
2 changed files with 2 additions and 0 deletions
1
.github/workflows/api.yml
vendored
1
.github/workflows/api.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- 'keyboards/**'
|
- 'keyboards/**'
|
||||||
- 'layouts/community/**'
|
- 'layouts/community/**'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
api_data:
|
api_data:
|
||||||
|
|
1
.github/workflows/develop_api.yml
vendored
1
.github/workflows/develop_api.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- 'keyboards/**'
|
- 'keyboards/**'
|
||||||
- 'layouts/community/**'
|
- 'layouts/community/**'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
api_data:
|
api_data:
|
||||||
|
|
Loading…
Reference in a new issue