Skip to content

fix: conditionally set default locale on server & client (#206) #68

fix: conditionally set default locale on server & client (#206)

fix: conditionally set default locale on server & client (#206) #68

Workflow file for this run

name: Sync branch
on:
push:
branches:
- main
jobs:
sync-branch:
name: Sync preview branch
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Update preview branch
run: |
git checkout -B preview
git merge main
git push origin preview