Skip to content

Commit

Permalink
GHA: manual trigger for check, coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Dec 9, 2024
1 parent f00604b commit f2ffffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches: [main, master]
pull_request:
branches: [main, master]
workflow_dispatch:

name: R-CMD-check.yaml

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]
pull_request:
branches: [main, master]
workflow_dispatch:

name: test-coverage.yaml

Expand Down

0 comments on commit f2ffffc

Please sign in to comment.