fix: remove unused conditional

This commit is contained in:
Muhammad Rivki
2020-03-23 20:43:36 +07:00
parent 184ad42160
commit 9276d42e69
+1 -3
View File
@@ -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 }}