Opening CI for all branches

Particularly useful for temporary branches like this one, that should be squashed and merged once CI is fixed.
This commit is contained in:
Waldir Leoncio 2021-10-11 13:27:29 +02:00
parent 8206353dfe
commit 205d298a6e

View file

@ -10,12 +10,7 @@
# Determines when the action is triggered # # Determines when the action is triggered #
# ======================================================== # # ======================================================== #
on: on: [push, pull_request]
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
name: R-CMD-check name: R-CMD-check
# ======================================================== # # ======================================================== #