Skip to content

Remove comment

Remove comment #917

Workflow file for this run

name: main
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
main:
uses: Tyrrrz/.github/.github/workflows/nuget.yml@master
with:
windows-only: true
dotnet-version: 7.0.x
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}