Skip to content

ci: add github action (#102) #1

ci: add github action (#102)

ci: add github action (#102) #1

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