Skip to content

Commit

Permalink
Fix wrong branch in action file
Browse files Browse the repository at this point in the history
  • Loading branch information
WenSimEHRP committed Aug 19, 2024
1 parent 931eef0 commit 071f5bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Trigger Read the Docs Build
on:
push:
branches:
- main
- zh-wiki
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Trigger Read the Docs Build for PRs
on:
pull_request:
branches:
- main
- zh-wiki

jobs:
build:
Expand Down

0 comments on commit 071f5bb

Please sign in to comment.