Skip to content

Commit d2ca0d7

Browse files
committed
ci: update file pattern
1 parent 2a40abc commit d2ca0d7

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

.github/workflows/bun.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ on:
99
- "types/**"
1010
- "package.json"
1111
- "pnpm-lock.yaml"
12-
pull_request:
13-
paths:
14-
- ".github/workflows/bun.yml"
15-
- "src/**"
16-
- "tests/**"
17-
- "types/**"
18-
- "package.json"
19-
- "pnpm-lock.yaml"
2012
workflow_dispatch:
2113

2214
jobs:

.github/workflows/deno.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ on:
99
- "types/**"
1010
- "package.json"
1111
- "pnpm-lock.yaml"
12-
pull_request:
13-
paths:
14-
- ".github/workflows/deno.yml"
15-
- "src/**"
16-
- "tests/**"
17-
- "types/**"
18-
- "package.json"
19-
- "pnpm-lock.yaml"
2012
workflow_dispatch:
2113

2214
jobs:

.github/workflows/node.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ on:
99
- "types/**"
1010
- "package.json"
1111
- "pnpm-lock.yaml"
12-
pull_request:
13-
paths:
14-
- ".github/workflows/node.yml"
15-
- "src/**"
16-
- "tests/**"
17-
- "types/**"
18-
- "package.json"
19-
- "pnpm-lock.yaml"
2012
workflow_dispatch:
2113

2214
jobs:

0 commit comments

Comments
 (0)