Skip to content

[merge] release-10.0.0 into dev #18

[merge] release-10.0.0 into dev

[merge] release-10.0.0 into dev #18

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:
if: |
startsWith(github.head_ref, '7.14.x') != 'true' ||
startsWith(github.head_ref, '7.15.x') != 'true' ||
startsWith(github.head_ref, '8.0.x') != 'true' ||
startsWith(github.head_ref, 'master') != 'true' ||
startsWith(github.head_ref, 'release-') != 'true'
uses: ./.github/workflows/_reusable_build.yml
secrets: inherit