From 184ad42160c927265f6f949d0fb1e9aa4bfb795a Mon Sep 17 00:00:00 2001 From: Muhammad Rivki Date: Mon, 23 Mar 2020 20:42:34 +0700 Subject: [PATCH] fix: equivalent --- .github/workflows/frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index e6521b886c..8cc0dafafd 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -57,7 +57,7 @@ jobs: run: | yarn build-storybook - name: deploy gh-pages - if: github.event_name === 'push' && github.ref == 'refs/heads/master' + 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 }}