Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 445e5af

Browse files
committedJun 1, 2023
update workflows script
1 parent 3267754 commit 445e5af

File tree

2 files changed

+2
-48
lines changed

2 files changed

+2
-48
lines changed
 

‎.github/workflows/R-CMD-check.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
44
push:
5-
branches: [dev]
5+
branches: [master, dev]
66
pull_request:
7-
branches: [dev]
7+
branches: [master, dev]
88

99
name: R-CMD-check
1010

‎.github/workflows/test-coverage.yaml

-46
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.