We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff070d commit e5036beCopy full SHA for e5036be
.github/workflows/test.yml
@@ -3,18 +3,19 @@
3
name: 'Test'
4
on:
5
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'
+ # TODO: Graphite does not support path filters
+ # paths:
+ # - 'packages/**'
+ # - 'clients/**'
+ # - 'examples/**'
+ # - '.github/workflows/**'
+ # - 'package.json'
+ # - 'yarn.lock'
+ # - 'tsconfig*.json'
+ # - 'turbo.json'
+ # - 'tsup.base.ts'
+ # - 'biome.json'
18
+ # - 'Cargo.toml'
19
workflow_dispatch:
20
21
jobs:
0 commit comments