Skip to content

Commit

Permalink
Merge pull request #2 from quasar-finance/vercel_ci_prod
Browse files Browse the repository at this point in the history
hardcoded default branch for deployments in vercel ci workflows
  • Loading branch information
gooseops authored Apr 9, 2024
2 parents 78405cf + 47b3d05 commit 4e4ba1b
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-preview-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
on:
push:
branches-ignore:
- main
- development_2.3
jobs:
Deploy-Preview:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vercel-prod-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
on:
push:
branches:
- ${{ vars.CI_DEFAULT_BRANCH }}
- development_2.3
jobs:
Deploy-Production:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4e4ba1b

Please sign in to comment.