Skip to content

Commit bcab617

Browse files
authored
Merge pull request RIOT-OS#94 from crasbe/pr/add_workflow_dispatch_trigger
.github/workflows: add workflow_dispatch trigger
2 parents 1c889b1 + 3563333 commit bcab617

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- '*'
1010
schedule:
1111
- cron: '0 3 * * 5'
12+
workflow_dispatch:
1213

1314
jobs:
1415
build-test:

0 commit comments

Comments
 (0)