fix: equivalent

This commit is contained in:
Muhammad Rivki
2020-03-23 20:42:34 +07:00
parent 2a3b7a0a53
commit 184ad42160
+1 -1
View File
@@ -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 }}