From 76590ae69b136d634713c8167163fef218a05fe0 Mon Sep 17 00:00:00 2001 From: gomes <17035424+gomesalexandre@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:50:22 +0100 Subject: [PATCH] feat: ci pipelines --- .github/workflows/preview.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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