Added manual workflow option to RC build

This commit is contained in:
jamesread 2021-10-11 13:28:49 +01:00
parent f1fba16606
commit f333e59036
1 changed files with 9 additions and 1 deletions

View File

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