From 4d3d0952bd7bc65be11b18143f76564ae9852c6d Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Thu, 23 Sep 2021 16:39:39 -0300 Subject: [PATCH] Reverse typo --- .github/workflows/check.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index efc48c6..fb29dc1 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -6,9 +6,12 @@ name: Check # When to run on: - create: - tags: - - v* + push: + branches-ignore: + - gh-pages + pull_request: + branches-ignore: + - gh-pages # Run R-CMD-check in multiple platforms jobs: