Skip to content

Commit

Permalink
ci: adjust conditions of check
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Jun 25, 2024
1 parent e9c518f commit 9d6ea91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- "master"
- "v7.0.0"
paths:
- "lib/**"
- "test/**"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ on:
push:
branches:
- "master"
- "v7.0.0"
paths:
- "lib/**"
- "test/**"
- "package.json"
- "tsconfig.json"
- ".github/workflows/tester.yml"
pull_request:
paths:
- "lib/**"
- "test/**"
- "package.json"
- "tsconfig.json"
- ".github/workflows/tester.yml"

permissions:
Expand Down

0 comments on commit 9d6ea91

Please sign in to comment.