Skip to content

Commit fef4751

Browse files
ci(wash): ignore changes to readme/devcontainer
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
1 parent 4435d9f commit fef4751

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wash.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
- 'crates/secrets-types/**'
4040
- 'crates/wash-cli/**'
4141
- 'crates/wash-lib/**'
42+
- '!crates/wash-*/**/*.md'
43+
- '!crates/wash-cli/.devcontainer'
4244
4345
unit_tests:
4446
needs: [meta]

0 commit comments

Comments
 (0)