Skip to content

Commit ae7336a

Browse files
committed
Running website test script only when site changes.
1 parent 9893c92 commit ae7336a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
pull_request:
55
branches:
66
- trunk
7+
paths:
8+
- 'website_and_docs/**'
79
push:
810
branches:
911
- trunk
12+
paths:
13+
- 'website_and_docs/**'
1014

1115
jobs:
1216
test_build:

0 commit comments

Comments
 (0)