Skip to content

Commit

Permalink
Test main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed May 6, 2023
1 parent b79f4ba commit 8d738bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
branch:
description: "Branch"
required: true
default: "next"
default: "main"
env:
PRETTIER_BRANCH: ${{ github.event.inputs.branch || 'next' }}
PRETTIER_BRANCH: ${{ github.event.inputs.branch || 'main' }}
SKIP_PRODUCTION_INSTALL: 1

permissions:
Expand Down

0 comments on commit 8d738bd

Please sign in to comment.