Skip to content

ci: simplify the script/package to speed up local development #35

ci: simplify the script/package to speed up local development

ci: simplify the script/package to speed up local development #35

Workflow file for this run

name: Pull Request Build
on:
pull_request:
jobs:
call-dapper-build:
uses: ./.github/workflows/template-build.yml
with:
release-tag-name: pull-${{ github.event.number }}
push: false
secrets: inherit