Skip to content

Commit ec204b9

Browse files
committed
☕ Refine test CI conditions
1 parent 9cf397e commit ec204b9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
name: Test
22

33
on:
4-
schedule:
5-
- cron: "0 7 * * 0"
64
push:
75
branches:
86
- main
97
pull_request:
8+
paths:
9+
- "**.ts"
10+
- "**.vim"
11+
- "**.md"
12+
- "deno.jsonc"
13+
- ".github/workflows/test.yml"
1014
workflow_dispatch:
1115

1216
defaults:

0 commit comments

Comments
 (0)