Skip to content

Merge branch 'main' of https://github.com/ktsu-io/StrongPaths #461

Merge branch 'main' of https://github.com/ktsu-io/StrongPaths

Merge branch 'main' of https://github.com/ktsu-io/StrongPaths #461

Workflow file for this run

name: .NET Workflow
on:
push:
branches:
- main
- develop
pull_request:
schedule:
- cron: "0 14 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
permissions:
packages: write
contents: write
jobs:
dotnet-library:
uses: ktsu-dev/workflows/.github/workflows/dotnet-workflow.yml@main
secrets: inherit