Skip to content

Commit

Permalink
Only deploy on master branch
Browse files Browse the repository at this point in the history
* I think we are seeing deploy failures on feature branches. But we don't really want to do a pkgdown run until changes are merged to master.
  • Loading branch information
jefferis committed Jan 1, 2021
1 parent df22558 commit 45dfe68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
skip_cleanup: true
on:
branch: master
after_success:
- Rscript -e 'covr::codecov()'

0 comments on commit 45dfe68

Please sign in to comment.