diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ab3bdc..ef6de71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: build: name: Build and preview site runs-on: ubuntu-latest - if: contains(github.event.pull_request.labels.*.name, 'generate_preview') + if: contains(github.event.pull_request.labels.*.name, 'preview') steps: - uses: actions/checkout@v1 with: