Skip to content

feat(ui, server): add button with modal that allow the user to … #487

feat(ui, server): add button with modal that allow the user to …

feat(ui, server): add button with modal that allow the user to … #487

Workflow file for this run

name: "Build all"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
uses: ./.github/workflows/build-all-template.yml
with:
skipTests: ${{ startsWith(github.head_ref, 'release/') }}
secrets:
codecov-token: ${{secrets.CODECOV_TOKEN}}