Skip to content

move builder and cleanup #6

move builder and cleanup

move builder and cleanup #6

Workflow file for this run

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