Skip to content

Commit df3cac4

Browse files
authored
Fix file path
1 parent 78d67d5 commit df3cac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-python-requirements.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches: [ main ]
66
paths:
7-
- 'requirements.txt'
7+
- 'docs/requirements.txt'
88
pull_request:
99
branches: [ main ]
1010
paths:
11-
- 'requirements.txt'
11+
- 'docs/requirements.txt'
1212
workflow_dispatch:
1313

1414
jobs:

0 commit comments

Comments
 (0)