Skip to content

ci test

ci test #44

Workflow file for this run

name: CI
on:
push:
branches:
- master
- "*.x"
- feature/*
paths-ignore:
- "**.md"
pull_request:
branches:
- master
- "*.x"
paths-ignore:
- "**.md"
jobs:
package:
name: Package
uses: sketch7/.github/.github/workflows/dotnet-package.yml@feature/dotnet-lib-cache
with:
dotnet-version: 8.0.x
# publishable: ${{ contains(fromJSON('["develop", "master", "workflow", "feature/workflow"]'), github.ref_name) || endsWith(github.ref_name, '.x') }}
publishable: true
secrets:
nuget-auth-token: ${{ secrets.NUGET_KEY }}