Skip to content

Commit

Permalink
Merge pull request #1 from santacruzcontra/setup/BR/update-github-wor…
Browse files Browse the repository at this point in the history
…kflows-to-publish-from-production-branch

Update so we can use main for trunk-based development.
  • Loading branch information
bramirez96 authored May 31, 2024
2 parents 9710d93 + eafd082 commit 569ba79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to vercel on merge
on:
push:
branches:
- main
- production
jobs:
build_and_deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vercel-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create vercel preview URL on pull request
on:
pull_request:
branches:
- main
- production
jobs:
build_and_deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 569ba79

Please sign in to comment.