We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b148c1 commit 966d20fCopy full SHA for 966d20f
1 file changed
.github/workflows/helpxfer.yml
@@ -9,7 +9,9 @@ on:
9
push:
10
branches: [ "main" ]
11
paths: # want this to run only when help contents changes
12
- - MDhelp
+ - MDhelp/*
13
+ - MDhelp/docs/*
14
+ - MDhelp/docs/images/*
15
16
jobs:
17
trigger: # Build web pages
0 commit comments