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:
runs-on: ubuntu-latest
needs: build
if: github.event_name == 'pull_request'
if: github.ref != 'refs/heads/master'
steps:
- name: Download artifact
uses: actions/download-artifact@v2