Skip to content

Bump Steeltoe version #370

Bump Steeltoe version

Bump Steeltoe version #370

name: Steeltoe.Discovery
on:
workflow_dispatch:
pull_request:
paths:
- .editorconfig
- stylecop.json
- '*.props'
- '*.ruleset'
- nuget.config
- .config/dotnet-tools.json
- .github/workflows/component-shared-workflow.yml
- .github/workflows/component-discovery.yml
- src/Discovery/**
- src/Steeltoe.Discovery.slnf
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
linux:
uses: ./.github/workflows/component-shared-workflow.yml
with:
component: Discovery
OS: ubuntu