Skip to content

Commit ac4adb2

Browse files
authored
added workflow_dispatch: for manual trigger
1 parent cfe220e commit ac4adb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main, master]
67
pull_request:

0 commit comments

Comments
 (0)