Skip to content

Commit

Permalink
Merge pull request #233 from vim-denops/fix-ci
Browse files Browse the repository at this point in the history
☕ Refine CI conditions
  • Loading branch information
lambdalisue committed Feb 4, 2024
2 parents 26d4c7e + 5974153 commit 1b02e30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,10 @@ on:
schedule:
- cron: "0 7 * * 0"
push:
paths:
- "**.md"
- "**.ts"
- ".github/workflows/test.yml"
- "deno.jsonc"
branches:
- main
pull_request:
paths:
- "**.md"
- "**.ts"
- ".github/workflows/test.yml"
- "deno.jsonc"
workflow_dispatch:

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: update
name: Update

on:
schedule:
Expand Down

0 comments on commit 1b02e30

Please sign in to comment.