From 9276d42e698b495f0b89d4f92fbdb8575d31e88b Mon Sep 17 00:00:00 2001 From: Muhammad Rivki Date: Mon, 23 Mar 2020 20:43:36 +0700 Subject: [PATCH] fix: remove unused conditional --- .github/workflows/frontend.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 8cc0dafafd..0cd89f342d 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -52,12 +52,10 @@ jobs: node-version: [12.x] steps: - uses: actions/checkout@v2 - - name: build storybook - if: github.event_name === 'push' && github.ref == 'refs/heads/master' + - name: build storybook' run: | yarn build-storybook - name: deploy gh-pages - if: github.event_name == 'push' && github.ref == 'refs/heads/master' uses: JamesIves/github-pages-deploy-action@3.4.2 with: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}