Skip to content

📖

📖 #142

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- main
tags:
- v*
pull_request:
branches:
- main
jobs:
main:
uses: mrahhal/.github/.github/workflows/ci-dotnet-package.yml@main
with:
dotnet-version: 6.x.x
secrets:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}