Skip to content

Commit

Permalink
add merge_group to required checks (#731)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Funk <seb@mac-c02dpd7tml7h.lan>
  • Loading branch information
sbfnk and Sebastian Funk authored Jul 31, 2024
1 parent 2a626c7 commit 8476e3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-as-cran-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- main
- master
- develop
merge_group:
workflow_dispatch:

name: R-CMD-as-cran-check
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- main
- master
- develop
merge_group:
workflow_dispatch:

name: R-CMD-check
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main, master, develop]
pull_request:
branches: [main, master, develop]
merge_group:
workflow_dispatch:

name: test-coverage
Expand Down

0 comments on commit 8476e3a

Please sign in to comment.