Browse Source

enable manual trigger for api data (#13000)

pull/13508/head
Zach White 2 years ago
committed by GitHub
parent
commit
baa65d2177
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      .github/workflows/api.yml
  2. +1
    -0
      .github/workflows/develop_api.yml

+ 1
- 0
.github/workflows/api.yml View File

@ -7,6 +7,7 @@ on:
paths:
- 'keyboards/**'
- 'layouts/community/**'
workflow_dispatch:
jobs:
api_data:


+ 1
- 0
.github/workflows/develop_api.yml View File

@ -7,6 +7,7 @@ on:
paths:
- 'keyboards/**'
- 'layouts/community/**'
workflow_dispatch:
jobs:
api_data:


Loading…
Cancel
Save