Skip to content

ci(build): create build workflow for base branches #9

ci(build): create build workflow for base branches

ci(build): create build workflow for base branches #9

Workflow file for this run

name: Build Pull Request
on:
pull_request:
paths-ignore:
- ".github/**"
- "**/README.md"
- "!.github/workflows/build_pr.yml"
- "!.github/workflows/_reusable_build.yml"
jobs:
build-pr:
uses: ./.github/workflows/_reusable_build.yml
secrets: inherit