Skip to content

Commit accca00

Browse files
authored
chore(ci/pr): always run checks regardless of files modified (#212)
1 parent b96fa1f commit accca00

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
name: Node CI (PR)
22
on:
3-
pull_request:
4-
paths:
5-
- "src/**"
6-
- "test/**"
7-
- "action.yml"
8-
- "tsconfig.json"
9-
- "package.json"
10-
- "pnpm-lock.yaml"
11-
- ".github/workflows/**"
3+
pull_request: {}
124

135
env:
146
PUPPETEER_SKIP_DOWNLOAD: 1

0 commit comments

Comments
 (0)