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: