Skip to content

Commit e5036be

Browse files
committed
chore: remove path filters from ci (#924)
1 parent 2ff070d commit e5036be

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
name: 'Test'
44
on:
55
pull_request:
6-
paths:
7-
- 'packages/**'
8-
- 'clients/**'
9-
- 'examples/**'
10-
- '.github/workflows/**'
11-
- 'package.json'
12-
- 'yarn.lock'
13-
- 'tsconfig*.json'
14-
- 'turbo.json'
15-
- 'tsup.base.ts'
16-
- 'biome.json'
17-
- 'Cargo.toml'
6+
# TODO: Graphite does not support path filters
7+
# paths:
8+
# - 'packages/**'
9+
# - 'clients/**'
10+
# - 'examples/**'
11+
# - '.github/workflows/**'
12+
# - 'package.json'
13+
# - 'yarn.lock'
14+
# - 'tsconfig*.json'
15+
# - 'turbo.json'
16+
# - 'tsup.base.ts'
17+
# - 'biome.json'
18+
# - 'Cargo.toml'
1819
workflow_dispatch:
1920

2021
jobs:

0 commit comments

Comments
 (0)