Skip to content

ci: fix endpoints for token distribution repo and split ci per package #693

ci: fix endpoints for token distribution repo and split ci per package

ci: fix endpoints for token distribution repo and split ci per package #693

Workflow file for this run

name: Build
env:
CI: true
STUDIO_API_KEY: ${{ secrets.STUDIO_API_KEY }}
on:
push:
branches: "*"
pull_request:
branches: "*"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up environment
uses: ./.github/actions/setup
- name: Build
run: yarn build || yarn build