Skip to content

Commit 1b02e30

Browse files
authored
Merge pull request #233 from vim-denops/fix-ci
☕ Refine CI conditions
2 parents 26d4c7e + 5974153 commit 1b02e30

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,10 @@ on:
44
schedule:
55
- cron: "0 7 * * 0"
66
push:
7-
paths:
8-
- "**.md"
9-
- "**.ts"
10-
- ".github/workflows/test.yml"
11-
- "deno.jsonc"
7+
branches:
8+
- main
129
pull_request:
13-
paths:
14-
- "**.md"
15-
- "**.ts"
16-
- ".github/workflows/test.yml"
17-
- "deno.jsonc"
10+
workflow_dispatch:
1811

1912
defaults:
2013
run:

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: update
1+
name: Update
22

33
on:
44
schedule:

0 commit comments

Comments
 (0)