Correcting the package step for client package step (#114)
This commit is contained in:
parent
290bb8d57c
commit
8061de6418
2
.github/workflows/client.yml
vendored
2
.github/workflows/client.yml
vendored
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user