Explorar o código

Added manual workflow option to RC build

jamesread %!s(int64=4) %!d(string=hai) anos
pai
achega
f333e59036
Modificáronse 1 ficheiros con 9 adicións e 1 borrados
  1. 9 1
      .github/workflows/jenkins-rc-build.yml

+ 9 - 1
.github/workflows/jenkins-rc-build.yml

@@ -1,6 +1,14 @@
 name: "Jenkins RC Build"
 
-on: [push]
+on:
+  push:
+    branches: [ main ]
+  workflow_dispatch:
+    inputs: 
+      reason:
+        description: "Reason"
+        required: true
+        default: "no reason given"
 
 jobs:
   codestyle: