Skip to content

Commit e2dddd1

Browse files
committed
update paths that trigger self-test CI
1 parent 871d63d commit e2dddd1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/self-test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,24 @@ on:
55
branches: [main]
66
paths:
77
- 'action.yml'
8-
- 'requirements.txt'
8+
- '.python-version'
9+
- 'uv.lock'
910
- 'docs/examples/demo/**'
1011
- '.github/workflows/self-test.yml'
1112
pull_request:
1213
branches: main
1314
paths:
1415
- 'action.yml'
15-
- 'requirements.txt'
16+
- '.python-version'
17+
- 'uv.lock'
1618
- 'docs/examples/demo/**'
1719
- '.github/workflows/self-test.yml'
1820
pull_request_target:
1921
branches: main
2022
paths:
2123
- 'action.yml'
22-
- 'requirements.txt'
24+
- '.python-version'
25+
- 'uv.lock'
2326
- 'docs/examples/demo/**'
2427
- '.github/workflows/self-test.yml'
2528

0 commit comments

Comments
 (0)