Skip to content

Commit ccce423

Browse files
committed
ci: trigger the CI workflow on all paths
1 parent feb6b0d commit ccce423

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,7 @@ name: CI
33
on:
44
push:
55
branches: [main]
6-
paths:
7-
- 'dashboard/**'
8-
- 'src/**'
9-
- 'test/**'
10-
- 'vitest.config.mts'
11-
- 'wrangler.json'
12-
- 'package.json'
13-
- 'package-lock.json'
14-
- '.github/workflows/ci.yml'
156
pull_request:
16-
paths:
17-
- 'dashboard/**'
18-
- 'src/**'
19-
- 'test/**'
20-
- 'vitest.config.mts'
21-
- 'wrangler.json'
22-
- 'package.json'
23-
- 'package-lock.json'
24-
- '.github/workflows/ci.yml'
257

268
env:
279
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

0 commit comments

Comments
 (0)