Skip to content

Commit 67f2b87

Browse files
committed
Requirements: run on workflow change too
1 parent a006428 commit 67f2b87

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/requirements.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ name: Update requirements.txt
55
on:
66
push:
77
paths:
8-
- "poetry.lock"
9-
- "pyproject.toml"
8+
- poetry.lock
9+
- pyproject.toml
10+
- .github/workflows/requirements.yml
1011

1112
defaults:
1213
run:

0 commit comments

Comments
 (0)