Skip to content

Update ci for Ubuntu #100

Update ci for Ubuntu

Update ci for Ubuntu #100

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'doc/**'
- 'img/**'
- 'changelog.md'
- 'readme.md'
pull_request:
jobs:
build:
uses: xoofx/.github/.github/workflows/dotnet.yml@main
with:
dotnet-version: '7.0'
runs-on: windows-latest
secrets:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
PAT_GITHUB_TOKEN: ${{ secrets.PAT_GITHUB_TOKEN }}