Skip to content

Commit

Permalink
Build pull requests into other branches
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Feb 16, 2024
1 parent b3c5119 commit 5f21a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
branches: [main, master, 'mrc-*']

name: R-CMD-check

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
branches: [main, master, 'mrc-*']

name: test-coverage

Expand Down

0 comments on commit 5f21a9c

Please sign in to comment.