Skip to content

Commit

Permalink
feat: ci pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Jan 28, 2025
1 parent 00a80a8 commit 76590ae
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 76590ae

Please sign in to comment.