Skip to content

Commit

Permalink
Trigger doc build upon pull request on master
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihantao committed Sep 9, 2023
1 parent f97c998 commit 8a10574
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: Documentation
on:
push:
branches:
- master # update to match your development branch (master, main, dev, trunk, ...)
- master
- dev
tags: '*'
pull_request:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit 8a10574

Please sign in to comment.