Skip to content

Commit 9084609

Browse files
committed
☕ Run CI only when related files are updated
1 parent aebd15f commit 9084609

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,17 @@ on:
1010
push:
1111
branches:
1212
- main
13+
paths:
14+
- "**/*.md"
15+
- "**/*.ts"
16+
- ".github/workflows/test.yml"
1317
pull_request:
1418
branches:
1519
- main
20+
paths:
21+
- "**/*.md"
22+
- "**/*.ts"
23+
- ".github/workflows/test.yml"
1624

1725
jobs:
1826
typecheck:

0 commit comments

Comments
 (0)