diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 6db0fc8e..3aa8481d 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -3,7 +3,9 @@ name: Preview on: # pull-request means to deploy preview # we need to access the environment secrets - pull_request_target: + pull_request: + branches: + - main permissions: contents: read