From 6f630bc73bc7ae651ba17ce58d801587b4a9589b Mon Sep 17 00:00:00 2001 From: Thomas Amland Date: Thu, 30 Jul 2020 10:31:18 +0200 Subject: [PATCH] ci: run preview on all branches --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 148138b..ca24ff0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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