From 682574f10d84e912b16383506c0fe8ebd8459aa5 Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Sat, 6 Jul 2024 20:17:47 +0200 Subject: [PATCH] fix yaml --- .github/workflows/index-recipes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/index-recipes.yml b/.github/workflows/index-recipes.yml index 598fb4ee0..37f79ce8d 100644 --- a/.github/workflows/index-recipes.yml +++ b/.github/workflows/index-recipes.yml @@ -3,7 +3,7 @@ name: Generate Recipes Index on: push: branches: - - "**" # This will trigger on push to any branch + - "**" paths: - "docs/recipes/**" workflow_dispatch: