Parcourir la source

enable manual trigger for api data (#13000)

Zach White il y a 3 ans
Parent
commit
baa65d2177
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 1 0
      .github/workflows/api.yml
  2. 1 0
      .github/workflows/develop_api.yml

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

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

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

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