From cf0f0e54e393409b3091887afc9939a2419eae74 Mon Sep 17 00:00:00 2001 From: elzik <23397871+elzik@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:37:45 +0000 Subject: [PATCH] Fix manual start of workflow with braces --- .github/workflows/continuous-delivery.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 9170a8d..db3e029 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -1,8 +1,8 @@ name: Continuous Delivery on: - push: - pull_request: + push: {} + pull_request: {} workflow_dispatch: inputs: force-release: