Skip to content

Commit

Permalink
update docs actions trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghan-microsoft committed Sep 10, 2024
1 parent 4d7ecad commit 0a9ea86
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name: Deploy Documentation to GitHub Pages
on:
push:
branches:
# - main # You can change this to your default branch
- docs
- main

pull_request:
branches:
- main

permissions:
contents: write
Expand Down

0 comments on commit 0a9ea86

Please sign in to comment.