ci: run preview on all branches
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user