Browse Source

chore: Add workflow_dispatch trigger to CI workflows for manual execution

David Höck 6 tháng trước cách đây
mục cha
commit
fb92d6fe3f

+ 1 - 0
.github/workflows/build_and_test.yml

@@ -1,5 +1,6 @@
 name: Build & Test
 on:
+    workflow_dispatch:
     push:
         branches:
             - master

+ 1 - 0
.github/workflows/publish_and_install.yml

@@ -1,5 +1,6 @@
 name: Publish & Install
 on:
+    workflow_dispatch:
     push:
         branches:
             - master