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:
parent
8206353dfe
commit
205d298a6e
1 changed files with 1 additions and 6 deletions
7
.github/workflows/r.yml
vendored
7
.github/workflows/r.yml
vendored
|
|
@ -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
|
||||||
|
|
||||||
# ======================================================== #
|
# ======================================================== #
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue