Skip to content

Commit 6057932

Browse files
committed
ci: update filters
1 parent a183a8a commit 6057932

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/bun.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- 'main'
77
paths:
8-
- '.github/**'
9-
- '.eslintrc.cjs'
8+
- '.github/workflows/bun.yml'
9+
- 'biome.jsonc'
1010
- 'package.json'
1111
- 'pnpm-lock.yaml'
1212
- 'src/**'
@@ -15,8 +15,8 @@ on:
1515
branches:
1616
- 'main'
1717
paths:
18-
- '.github/**'
19-
- '.eslintrc.cjs'
18+
- '.github/workflows/bun.yml'
19+
- 'biome.jsonc'
2020
- 'package.json'
2121
- 'pnpm-lock.yaml'
2222
- 'src/**'

.github/workflows/deno.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- 'main'
77
paths:
8-
- '.github/**'
9-
- '.eslintrc.cjs'
8+
- '.github/workflows/deno.yml'
9+
- 'biome.jsonc'
1010
- 'package.json'
1111
- 'pnpm-lock.yaml'
1212
- 'src/**'
@@ -15,8 +15,8 @@ on:
1515
branches:
1616
- 'main'
1717
paths:
18-
- '.github/**'
19-
- '.eslintrc.cjs'
18+
- '.github/workflows/deno.yml'
19+
- 'biome.jsonc'
2020
- 'package.json'
2121
- 'pnpm-lock.yaml'
2222
- 'src/**'

.github/workflows/node.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- 'main'
77
paths:
8-
- '.github/**'
9-
- '.eslintrc.cjs'
8+
- '.github/workflows/node.yml'
9+
- 'biome.jsonc'
1010
- 'package.json'
1111
- 'pnpm-lock.yaml'
1212
- 'src/**'
@@ -15,8 +15,8 @@ on:
1515
branches:
1616
- 'main'
1717
paths:
18-
- '.github/**'
19-
- '.eslintrc.cjs'
18+
- '.github/workflows/node.yml'
19+
- 'biome.jsonc'
2020
- 'package.json'
2121
- 'pnpm-lock.yaml'
2222
- 'src/**'

0 commit comments

Comments
 (0)