Correcting the package step for client package step (#114)

This commit is contained in:
Arpit Mohan 2020-07-16 18:24:49 +05:30 committed by GitHub
parent 290bb8d57c
commit 8061de6418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: