Skip to content

Commit 569a4a5

Browse files
authored
Merge pull request #791 from SebKrantz/development
Add workflow dispatch trigger.
2 parents dd442ef + 9af0e27 commit 569a4a5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main, master]
66
pull_request:
77
branches: [main, master]
8+
workflow_dispatch:
89

910
name: R-CMD-check
1011

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main, master]
66
pull_request:
77
branches: [main, master]
8+
workflow_dispatch:
89

910
name: test-coverage
1011

0 commit comments

Comments
 (0)