Skip to content

feat(ci): update CI/CD workflows and versioning + modernize sample + add ai #3

feat(ci): update CI/CD workflows and versioning + modernize sample + add ai

feat(ci): update CI/CD workflows and versioning + modernize sample + add ai #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
- "v*"
- "workflow"
paths-ignore:
- "**.md"
pull_request:
branches:
- main
- "v*"
paths-ignore:
- "**.md"
permissions:
contents: read
packages: read
checks: write
actions: read
jobs:
ci:
name: dotnet ci
uses: sketch7/.github/.github/workflows/dotnet-ci.yml@dotnet-libs-v2