Skip to content

Skip ci for tagging builds #114

Skip ci for tagging builds

Skip ci for tagging builds #114

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
run-ci: true
secrets: inherit