Skip to content

Commit 8bd5cb3

Browse files
committed
only test on changes to src/*
1 parent afd8efe commit 8bd5cb3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/run-tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ env:
77
on:
88
push:
99
branches: ["main"]
10+
paths:
11+
- "src/**"
1012
pull_request:
13+
paths:
14+
- "src/**"
15+
1116
workflow_dispatch:
1217

1318
permissions:

0 commit comments

Comments
 (0)