]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/test-kitchen.yml
Enable GitHub Actions manual workflow_dispatch trigger
[chef.git] / .github / workflows / test-kitchen.yml
index 33af67104945a7c382f7bb5f2ac92444cd15c483..3699100b37c93604ffd922c178e911dd19f7d75e 100644 (file)
@@ -3,6 +3,7 @@ name: Test Kitchen
 on:
   - push
   - pull_request
+  - workflow_dispatch
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}