diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index fb29dc1..efc48c6 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -6,12 +6,9 @@ name: Check # When to run on: - push: - branches-ignore: - - gh-pages - pull_request: - branches-ignore: - - gh-pages + create: + tags: + - v* # Run R-CMD-check in multiple platforms jobs: