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 49fc850 commit 407173d
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 407173d

Please sign in to comment.