Skip to content

Commit e840b2a

Browse files
committed
Update test.yml
1 parent 2926be8 commit e840b2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
name: ' 🧪 Test Build'
1+
name: ' 🧪 Test - Build Site'
22

33
on:
44
workflow_dispatch:
55
pull_request:
66
push:
77
branches:
88
- main
9+
paths:
10+
- 'website/**'
11+
912
# Review gh actions docs if you want to further define triggers, paths, etc
1013
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
1114

0 commit comments

Comments
 (0)