Skip to content

Commit 966d20f

Browse files
committed
working on what changes trigger
1 parent 7b148c1 commit 966d20f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/helpxfer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
push:
1010
branches: [ "main" ]
1111
paths: # want this to run only when help contents changes
12-
- MDhelp
12+
- MDhelp/*
13+
- MDhelp/docs/*
14+
- MDhelp/docs/images/*
1315

1416
jobs:
1517
trigger: # Build web pages

0 commit comments

Comments
 (0)