summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build_msi.yml
diff options
context:
space:
mode:
authorRyan Mast <3969255+nightlark@users.noreply.github.com>2021-10-21 20:34:18 (GMT)
committerGitHub <noreply@github.com>2021-10-21 20:34:18 (GMT)
commit3754f55b36206091eda057202666f7905ab3d0e3 (patch)
tree90649c2f3f803342eceb37db4e28814a3d9a2059 /.github/workflows/build_msi.yml
parentadd46f84769a7e6fafa50954f79b7c248231fa4e (diff)
downloadcpython-3754f55b36206091eda057202666f7905ab3d0e3.zip
cpython-3754f55b36206091eda057202666f7905ab3d0e3.tar.gz
cpython-3754f55b36206091eda057202666f7905ab3d0e3.tar.bz2
Add workflow_dispatch trigger to GHA workflows (GH-27873)
Diffstat (limited to '.github/workflows/build_msi.yml')
-rw-r--r--.github/workflows/build_msi.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_msi.yml b/.github/workflows/build_msi.yml
index db5eaa1..476a0b1 100644
--- a/.github/workflows/build_msi.yml
+++ b/.github/workflows/build_msi.yml
@@ -1,6 +1,7 @@
name: TestsMSI
on:
+ workflow_dispatch:
push:
branches:
- 'main'