Skip to content

backport github action related works to v1.2.x #8

backport github action related works to v1.2.x

backport github action related works to v1.2.x #8

Workflow file for this run

name: Pull Request Build
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
build-for-dev:
uses: ./.github/workflows/factory.yml
with:
tag: pr-${{ github.event.number }}
push: false
secrets: inherit