Skip to content

Commit fc846de

Browse files
committed
Run Meticulous only on changes to site/2
1 parent 6eda472 commit fc846de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/meticulous.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ on:
66
push:
77
branches:
88
- main
9+
paths:
10+
- "site/**"
911
pull_request:
12+
paths:
13+
- "site/**"
1014
# Meticulous needs the workflow to be triggered on workflow_dispatch events,
1115
# so that Meticulous can run the workflow on the base commit to compare
1216
# against if an existing workflow hasn't run.

0 commit comments

Comments
 (0)