From 8061de64185a66cda323dea7af0429afe9497524 Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Thu, 16 Jul 2020 18:24:49 +0530 Subject: [PATCH] Correcting the package step for client package step (#114) --- .github/workflows/client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 6a54b2cbf6..c12dfb7f2c 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -189,7 +189,7 @@ jobs: run: working-directory: app/client # Run this job only if all the previous steps are a success and the reference if the release or master branch - if: always() && (github.ref == 'refs/heads/release' || github.ref == 'refs/heads/release') + if: always() && (github.ref == 'refs/heads/release' || github.ref == 'refs/heads/master') steps: