Skip to content

chore (CI) migrate build github actions #1

chore (CI) migrate build github actions

chore (CI) migrate build github actions #1

Workflow file for this run

name: Build Pull Request
on:
pull_request:
jobs:
build-pr:
uses: ./.github/workflows/_reusable_build.yml
with:
skip-publication: true # never publish from a PR
secrets: inherit