Skip to content

chore: update dependencies #104

chore: update dependencies

chore: update dependencies #104

name: Build libs-libuuid
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/libuuid/**"
- "libs/*"
- "scripts/**"
- "Makefile*"
- "*.sh"
pull_request:
jobs:
build-libs-libuuid:
strategy:
fail-fast: false
matrix:
include:
- version: 1.0.3
uses: ./.github/workflows/reusable-build-lib.yaml
with:
target: libuuid/v${{ matrix.version }}