Added manual workflow option to RC build
This commit is contained in:
parent
f1fba16606
commit
f333e59036
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue