Skip to content

Commit

Permalink
Add run on_push. (#3862)
Browse files Browse the repository at this point in the history
* add commit when manually triggered

* add trigger from main

---------

Co-authored-by: Jack He <jackhe@microsoft.com>
  • Loading branch information
ProjectsByJackHe and ProjectsByJackHe authored Sep 20, 2023
1 parent 883a364 commit 925ebe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
paths: ["docs/**"]
paths: ["docs/**", ".github/workflows/publish-docfx.yml"]

pull_request:
branches: ["main"]
Expand Down

0 comments on commit 925ebe4

Please sign in to comment.