Skip to content

Commit 852d8e7

Browse files
committed
Only run compile-tests when tests change
1 parent dfdbd94 commit 852d8e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compile-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- '*'
10+
paths:
11+
- 'tests/**'
1012

1113
jobs:
1214
build_assemblyscript:

0 commit comments

Comments
 (0)