Skip to content

Commit 7d2499e

Browse files
fix: update how documented generated (#216)
Signed-off-by: Jeffrey Tang <[email protected]>
1 parent 9d9a126 commit 7d2499e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/flow-hugo-publish.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@ on:
2121
# Runs on pushes targeting the default branch
2222
push:
2323
branches:
24-
- 00120-D-hugo-pipeline
24+
- main
25+
paths:
26+
- '**/*.mjs'
27+
- '**/*.js'
28+
- '**/package*.json'
29+
- 'DEV.md'
30+
- 'README.md'
2531

2632
# Allows you to run this workflow manually from the Actions tab
2733
workflow_dispatch:

0 commit comments

Comments
 (0)