Add workflow_dispatch trigger to GHA workflows (GH-27873)

This commit is contained in:
Ryan Mast 2021-10-21 13:34:18 -07:00 committed by GitHub
parent add46f8476
commit 3754f55b36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -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'

View file

@ -1,6 +1,7 @@
name: TestsMSI
on:
workflow_dispatch:
push:
branches:
- 'main'

View file

@ -1,6 +1,7 @@
name: Docs
on:
workflow_dispatch:
#push:
# branches:
# - 'main'