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 # ======================================================== #