Skip to content

Commit dc7e640

Browse files
committed
ci(libtmux): Update lockfile
1 parent 5eacd9c commit dc7e640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
root_docs:
2727
- CHANGES
2828
- README.*
29-
- poetry.lock
30-
- pyproject.toml
3129
docs:
3230
- 'docs/**/*.rst'
3331
- 'docs/**/*.md'
3432
- 'examples/**'
3533
python_files:
3634
- 'libtmux/**'
35+
- poetry.lock
36+
- pyproject.toml
3737
3838
- name: Should publish
3939
if: steps.changes.outputs.docs == 'true' || steps.changes.outputs.root_docs == 'true' || steps.changes.outputs.python_files == 'true'

0 commit comments

Comments
 (0)