Skip to content

Commit

Permalink
Add workflow_dispatch trigger to GHA workflows (GH-27873)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Oct 21, 2021
1 parent add46f8 commit 3754f55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -4,6 +4,7 @@ name: Tests
# it prevents to mark a job as mandatory. A PR cannot be merged if a job is
# mandatory but not scheduled because of "paths-ignore".
on:
workflow_dispatch:
push:
branches:
- 'main'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_msi.yml
@@ -1,6 +1,7 @@
name: TestsMSI

on:
workflow_dispatch:
push:
branches:
- 'main'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/doc.yml
@@ -1,6 +1,7 @@
name: Docs

on:
workflow_dispatch:
#push:
# branches:
# - 'main'
Expand Down

0 comments on commit 3754f55

Please sign in to comment.