Skip to content

Commit

Permalink
Merge pull request #3 from ANL-CEEESA/dev
Browse files Browse the repository at this point in the history
Trigger doc build upon pull request on `master`
  • Loading branch information
cuihantao authored Sep 9, 2023
2 parents 3af2496 + 8a10574 commit 62c4a86
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 62c4a86

Please sign in to comment.