Skip to content

Commit b31aa6a

Browse files
committed
self-test
Change-Id: Ib712998fcf1c8a12163a8861d4531cc4840e12a7
1 parent 2976471 commit b31aa6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ on:
66
# Relevant PRs
77
pull_request:
88
paths:
9+
- ".github/workflows/test_pr.yml"
910
- "google/**"
1011
- "tests/**"
11-
- "samples/**"
1212
- "pyproject.toml"
13+
- "samples/*.py"
1314
- "setup.py"
1415
# Allow manual runs
1516
workflow_dispatch:

0 commit comments

Comments
 (0)