From 4387d1d12bbca121be6d8f97c9c5d39d6b0de779 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sat, 29 Jul 2023 11:30:13 +0400 Subject: [PATCH] Add workflow_dispatch to contributed-recipes workflow --- .github/workflows/contributed-recipes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/contributed-recipes.yml b/.github/workflows/contributed-recipes.yml index 59f52979..804c9901 100644 --- a/.github/workflows/contributed-recipes.yml +++ b/.github/workflows/contributed-recipes.yml @@ -15,6 +15,7 @@ on: paths: - ".github/workflows/contributed-recipes.yml" - "docs/using/recipe_code/" + workflow_dispatch: jobs: test-recipes: