Skip to content

Merge pull request #128 from vmware-labs/fix-libpython #102

Merge pull request #128 from vmware-labs/fix-libpython

Merge pull request #128 from vmware-labs/fix-libpython #102

name: Build libs-oniguruma
on:
push:
# By specifying branches explicitly, we avoid this workflow from
# running on tag push. We have a dedicated workflow to be ran when
# a tag is pushed.
branches:
- main
paths:
- ".github/**"
- "libs/oniguruma/**"
- "libs/*"
- "scripts/**"
- "Makefile*"
- "*.sh"
pull_request:
jobs:
build-libs-oniguruma:
strategy:
fail-fast: false
matrix:
include:
- version: 6.9.8
uses: ./.github/workflows/reusable-build-lib.yaml
with:
target: oniguruma/v${{ matrix.version }}