Skip to content

Commit 3754f55

Browse files
authored
Add workflow_dispatch trigger to GHA workflows (GH-27873)
1 parent add46f8 commit 3754f55

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: Tests
44
# it prevents to mark a job as mandatory. A PR cannot be merged if a job is
55
# mandatory but not scheduled because of "paths-ignore".
66
on:
7+
workflow_dispatch:
78
push:
89
branches:
910
- 'main'

.github/workflows/build_msi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: TestsMSI
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- 'main'

.github/workflows/doc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Docs
22

33
on:
4+
workflow_dispatch:
45
#push:
56
# branches:
67
# - 'main'

0 commit comments

Comments
 (0)