Skip to content

Commit 6caf52e

Browse files
committed
Prevent the unit test action from running if it's not code changes
1 parent fe6e4bd commit 6caf52e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unittest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ name: Run UnitTest
33
on:
44
push:
55
branches: [ "*" ]
6+
paths: [ "external/**", "Typoon/**", "UnitTest/**", "Typoon.sln" ]
7+
68
pull_request:
79
branches: [ "main" ]
10+
811
workflow_dispatch:
912

1013
env:

0 commit comments

Comments
 (0)