Skip to content

Commit cbaccee

Browse files
committed
☕ Fix CI condition
1 parent 9f7a83b commit cbaccee

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ on:
44
schedule:
55
- cron: "0 7 * * 0"
66
push:
7-
branches:
8-
- main
7+
paths:
8+
- "**.md"
9+
- "**.ts"
10+
- ".github/workflows/test.yml"
11+
- "deno.jsonc"
912
pull_request:
1013
paths:
1114
- "**.md"
1215
- "**.ts"
1316
- ".github/workflows/test.yml"
14-
- "Makefile"
17+
- "deno.jsonc"
1518

1619
defaults:
1720
run:

0 commit comments

Comments
 (0)