Skip to content

Commit 664399f

Browse files
committed
Do not run tests on package content has no changes
1 parent 2c6c22f commit 664399f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ name: Run Tests
33
on:
44
workflow_dispatch:
55
push:
6+
paths-ignore:
7+
- '.docfx/**'
8+
- '*.md'
9+
- '.gitignore'
610
pull_request_target:
11+
paths-ignore:
12+
- '.docfx/**'
13+
- '*.md'
14+
- '.gitignore'
715

816
env:
917
PROJECT_DIRECTORY: .

0 commit comments

Comments
 (0)