Skip to content

Commit

Permalink
chore: migrate branch name from v4 to main
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Dec 26, 2024
1 parent 8e78ae6 commit fc9c4ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci

on:
push:
branches: [v4, alpha, beta]
branches: [main, alpha, beta]

concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Preview
on:
push:
branches:
- v4
- main

permissions: {}

Expand Down
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"defaultBase": "v4",
"defaultBase": "main",
"targetDefaults": {
"build": {
"cache": true,
Expand Down

0 comments on commit fc9c4ff

Please sign in to comment.