Skip to content

Commit 59839b5

Browse files
committed
ci: run unittests only on python and dependency change
1 parent 8c57f63 commit 59839b5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Python package
22

3-
on: [workflow_dispatch, pull_request]
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
paths:
7+
- "commitizen/**"
8+
- "tests/**"
9+
- "pyproject.toml"
10+
- "poetry.lock"
411

512
jobs:
613
python-check:

0 commit comments

Comments
 (0)