diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 0769a80..4b2ea6e 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -55,17 +55,17 @@ on: description: "Extra additional directives for the Maven command" default: "" run_snapshot: - required: true + required: false type: boolean default: true description: 'should the snapshot build run' run_versioning: - required: true + required: false type: boolean default: true description: 'should the versioning run on the RC build' run_release_candidate: - required: true + required: false type: boolean default: false description: 'should the RC build'