Skip to content

Commit cf3f09b

Browse files
jhmgoossenstkralphs
authored andcommitted
Add workflow dispatch to all ci workflows
1 parent 4ee6c73 commit cf3f09b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/linux-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Linux build and test
33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- 'master'

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Windows build and test
33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- 'master'

0 commit comments

Comments
 (0)