From 6a507e8029da6dbfb406851ad81f4885a00199f1 Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Thu, 23 Sep 2021 16:37:37 -0300 Subject: [PATCH] Build pages on version increment --- .github/workflows/check.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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: