Skip to content

Commit 42ddb88

Browse files
Claudeclaude
andcommitted
Only run publish-feature workflow when features folder changes
Added paths filter to publish-feature.yml to only trigger when files in .devcontainer/features/ or the workflow itself are modified. This prevents unnecessary workflow runs when unrelated code changes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 9ded35e commit 42ddb88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-feature.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Publish Dev Container Feature
22
on:
33
push:
44
branches: [ "main", "feature/codespaces" ]
5+
paths:
6+
- ".devcontainer/features/**"
7+
- ".github/workflows/publish-feature.yml"
58

69
jobs:
710
publish:

0 commit comments

Comments
 (0)