From 803652a6c108d91b32badef934a13a5ab879f7f1 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sun, 20 Aug 2023 16:43:20 +0200 Subject: [PATCH] Fix contributed-recipes trigger --- .github/workflows/contributed-recipes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contributed-recipes.yml b/.github/workflows/contributed-recipes.yml index 5478efa8..bdf53fdc 100644 --- a/.github/workflows/contributed-recipes.yml +++ b/.github/workflows/contributed-recipes.yml @@ -9,13 +9,13 @@ on: pull_request: paths: - ".github/workflows/contributed-recipes.yml" - - "docs/using/recipe_code/" + - "docs/using/recipe_code/**" push: branches: - main paths: - ".github/workflows/contributed-recipes.yml" - - "docs/using/recipe_code/" + - "docs/using/recipe_code/**" workflow_dispatch: workflow_call: