From e91e7ad72db2b62d93eff588b7f3dc7412cc54b5 Mon Sep 17 00:00:00 2001 From: raghaves Date: Tue, 16 Jun 2020 10:28:06 +0530 Subject: [PATCH] Review fix --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e652e68..3648d83 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,9 @@ jobs: uses: actions/checkout@v1 - name: 'Validate build' - if: ${GITHUB_REF##*/} == 'master' + env: + branch: ${GITHUB_REF##*/} + if: ${{ env:branch == 'master'}} run: | npm install npm build