Skip to content

migrate from drone ci to gh actions #2

migrate from drone ci to gh actions

migrate from drone ci to gh actions #2

Workflow file for this run

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