Skip to content

Commit 925ebe4

Browse files
Add run on_push. (#3862)
* add commit when manually triggered * add trigger from main --------- Co-authored-by: Jack He <[email protected]>
1 parent 883a364 commit 925ebe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docfx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# Runs on pushes targeting the default branch
77
push:
88
branches: ["main"]
9-
paths: ["docs/**"]
9+
paths: ["docs/**", ".github/workflows/publish-docfx.yml"]
1010

1111
pull_request:
1212
branches: ["main"]

0 commit comments

Comments
 (0)