diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 24ff80d..9bf09b8 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -1,13 +1,12 @@ name: Vercel Preview Deployment -# CI temporarily disabled as we crunch the first commits and PRs of this repo to avoid spamming it. -# on: - # push: - # branches: - # - develop - # pull_request: - # branches: - # - develop +on: + push: + branches: + - develop + pull_request: + branches: + - develop concurrency: # don't allow multiple deployments at once