Skip to content

chore(merge): 7.15.x into 8.0.x #45

chore(merge): 7.15.x into 8.0.x

chore(merge): 7.15.x into 8.0.x #45

Workflow file for this run

name: Build
on:
push:
branches:
- "[0-9]+.[0-9]+.x"
- "master"
- "release-*"
- "dev"
paths-ignore:
- ".github/**"
- "**/README.md"
- "!.github/workflows/build.yml"
- "!.github/workflows/_reusable_build.yml"
jobs:
build:
uses: ./.github/workflows/_reusable_build.yml
with:
publish: true
secrets: inherit