ci: run preview on all branches

This commit is contained in:
Thomas Amland 2020-07-30 10:31:18 +02:00
parent 792a06915e
commit 6f630bc73b

View File

@ -27,7 +27,7 @@ jobs:
preview: preview:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
if: github.event_name == 'pull_request' if: github.ref != 'refs/heads/master'
steps: steps:
- name: Download artifact - name: Download artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v2