Skip to content

Fix that navigating to the turbo-root would not use Turbo Drive (#1426) #171

Fix that navigating to the turbo-root would not use Turbo Drive (#1426)

Fix that navigating to the turbo-root would not use Turbo Drive (#1426) #171

Workflow file for this run

name: dev-builds
on:
workflow_dispatch:
push:
branches:
- main
- 'builds/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '22'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn build
- name: Publish dev build
run: .github/scripts/publish-dev-build '${{ secrets.DEV_BUILD_GITHUB_TOKEN }}'