Skip to content

Commit f003509

Browse files
committed
ci: add .tool-versions file to change filter
1 parent f903e24 commit f003509

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@ jobs:
4040
filters: |
4141
needs_build:
4242
- '.github/workflows/main.yml'
43+
- '.tool-versions'
4344
- 'packages/**'
4445
- 'test/**'
4546
- 'pnpm-lock.yaml'
4647
- 'package.json'
4748
- 'templates/**'
4849
needs_tests:
4950
- '.github/workflows/main.yml'
51+
- '.tool-versions'
5052
- 'packages/**'
5153
- 'test/**'
5254
- 'pnpm-lock.yaml'

0 commit comments

Comments
 (0)