Skip to content

Commit

Permalink
run pkgdown only on release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
polettif committed Mar 4, 2024
1 parent e63dcf3 commit 25bbd08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

on:
push:
branches:
- master
tags:
- 'v*'
workflow_dispatch:

name: pkgdown

Expand Down
2 changes: 0 additions & 2 deletions cran-comments.md

This file was deleted.

0 comments on commit 25bbd08

Please sign in to comment.