Skip to content

Updating to Alpine 3.20 header files #54

Updating to Alpine 3.20 header files

Updating to Alpine 3.20 header files #54

name: ci_build_codegen
on:
push:
branches:
- '**'
tags-ignore:
- '**'
paths:
- 'src/codegen/**'
pull_request:
jobs:
build:
uses: xoofx/.github/.github/workflows/dotnet.yml@main
with:
dotnet-releaser-path: 'src/codegen/dotnet-releaser.toml'
secrets:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}