]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add workflow_dispatch trigger to GHA workflows (GH-27873)
authorRyan Mast <3969255+nightlark@users.noreply.github.com>
Thu, 21 Oct 2021 20:34:18 +0000 (13:34 -0700)
committerGitHub <noreply@github.com>
Thu, 21 Oct 2021 20:34:18 +0000 (22:34 +0200)
.github/workflows/build.yml
.github/workflows/build_msi.yml
.github/workflows/doc.yml

index ec3acf77563f7edf7ac9340657111849cdc93735..a11a368fd8311f0babf3b34693a4fbb53d80c351 100644 (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'
index db5eaa17573f27e7e0679c6332f4ae7eb6edf8e5..476a0b1bc07385db7c6b62cee354e66a296fb591 100644 (file)
@@ -1,6 +1,7 @@
 name: TestsMSI
 
 on:
+  workflow_dispatch:
   push:
     branches:
     - 'main'
index ca4476c5090129915a2eb8d3eaddd5ef608a909c..755a4d5e173ee31fa66b0653b04fbc80f1c5f466 100644 (file)
@@ -1,6 +1,7 @@
 name: Docs
 
 on:
+  workflow_dispatch:
   #push:
   #  branches:
   #  - 'main'