From b350edc250290a655ecc970262f6f854f32092ea Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Tue, 20 Aug 2019 11:21:55 +0200 Subject: [PATCH] fixing issue in cd workflow --- .github/workflows/continuous-delivery-workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-delivery-workflow.yml b/.github/workflows/continuous-delivery-workflow.yml index bc11942b..f0dc5f4b 100644 --- a/.github/workflows/continuous-delivery-workflow.yml +++ b/.github/workflows/continuous-delivery-workflow.yml @@ -1,8 +1,8 @@ name: Gotenberg continuous delivery -on: push -push: - branches: - - releases/* +on: + push: + branches: + - releases/* jobs: publish: