We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add46f8 commit 3754f55Copy full SHA for 3754f55
.github/workflows/build.yml
@@ -4,6 +4,7 @@ name: Tests
4
# it prevents to mark a job as mandatory. A PR cannot be merged if a job is
5
# mandatory but not scheduled because of "paths-ignore".
6
on:
7
+ workflow_dispatch:
8
push:
9
branches:
10
- 'main'
.github/workflows/build_msi.yml
@@ -1,6 +1,7 @@
1
name: TestsMSI
2
3
.github/workflows/doc.yml
name: Docs
#push:
# branches:
# - 'main'
0 commit comments