Skip to content

Update ci by using reusable workflow #151

Update ci by using reusable workflow

Update ci by using reusable workflow #151

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'doc/**'
- 'img/**'
- 'changelog.md'
- 'readme.md'
pull_request:
jobs:
multi:
uses: xoofx/.github/.github/workflows/dotnet-multi.yml@main
with:
dotnet-version: '6.0 8.0'
secrets:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}