Skip to content

Commit bd61d89

Browse files
committed
ci: Run PRs when workflow/action files are changed
1 parent f9ea6a7 commit bd61d89

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

.github/workflows/check-mypy.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
paths:
66
- "**.py"
77
- "**/py.typed"
8+
- ".github/actions/uv-project-setup/**"
9+
- ".github/workflows/check-mypy.yaml"
810
- "pyproject.toml"
911
- "uv.lock"
1012
workflow_call:

.github/workflows/check-renovate-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
paths:
55
- ".github/renovate.json5"
6+
- ".github/workflows/check-renovate-config.yaml"
67
workflow_call:
78
workflow_dispatch:
89

.github/workflows/check-ruff.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
paths:
66
- "**.py"
77
- "**/py.typed"
8+
- ".github/actions/uv-project-setup/**"
9+
- ".github/workflows/check-ruff.yaml"
810
- "pyproject.toml"
911
- "uv.lock"
1012
workflow_call:

.github/workflows/run-all.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
paths:
66
- "**.py"
7+
- ".github/actions/uv-project-setup/**"
8+
- ".github/workflows/run-all.yaml"
79
- "adventofcode/**/input-*.txt"
810
- "pyproject.toml"
911
- "uv.lock"

.github/workflows/test-pytest.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
paths:
66
- "**.py"
7+
- ".github/actions/uv-project-setup/**"
8+
- ".github/workflows/test-pytest.yaml"
79
- "pyproject.toml"
810
- "uv.lock"
911
workflow_call:

0 commit comments

Comments
 (0)