Skip to content

Commit c6b70b0

Browse files
committed
Add workflow dispatch to all ci workflows for stable
1 parent c805955 commit c6b70b0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-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'

.github/workflows/windows-msvs-ci.yml

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

0 commit comments

Comments
 (0)