Skip to content

feat: added migration application and fixed a couple of bugs #2

feat: added migration application and fixed a couple of bugs

feat: added migration application and fixed a couple of bugs #2

Workflow file for this run

name: Publish nuget package to github
on:
push:
branches: main
pull_request:
branches: main
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: Greboh-School/shared-pipelines/.github/workflows/dotnet-nuget-publish.yaml@main
secrets: inherit