Skip to content

ci: simplify the script/package to speed up local development (#110) #5

ci: simplify the script/package to speed up local development (#110)

ci: simplify the script/package to speed up local development (#110) #5

Workflow file for this run

name: Master Build and Publish
on:
push:
branches:
- master
- release/v*
jobs:
call-dapper-build:
uses: ./.github/workflows/template-build.yml
with:
release-tag-name: ${{ github.ref_name }}-head
push: true
secrets: inherit