diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index b7a5c52..dda6b90 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -5,7 +5,7 @@ on: jobs: preview_on_pr: - if: ${{ (github.event.issue.pull_request) && contains(github.event.comment.body, '/preview') }} + if: ${{ (github.event.issue.pull_request) }} runs-on: ubuntu-latest steps: - name: Context