From 205d298a6ec213e760a587eaa9cc8652df50346d Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Mon, 11 Oct 2021 13:27:29 +0200 Subject: [PATCH] Opening CI for all branches Particularly useful for temporary branches like this one, that should be squashed and merged once CI is fixed. --- .github/workflows/r.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index 3f112ec..e85adc6 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -10,12 +10,7 @@ # Determines when the action is triggered # # ======================================================== # -on: - push: - branches: [ develop ] - pull_request: - branches: [ develop ] - +on: [push, pull_request] name: R-CMD-check # ======================================================== #