mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-03 14:10:56 +00:00
fixed workflow (#18824)
This commit is contained in:
parent
8d398719c9
commit
f540e003f5
@ -1,12 +1,14 @@
|
|||||||
name: Samples C# .Net 4.7 Clients
|
name: Samples C# .Net Framework Clients
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- samples/client/petstore/csharp/generichost/net4.7/**
|
- samples/client/petstore/csharp/generichost/net4.7/**
|
||||||
|
- samples/client/petstore/csharp/generichost/net4.8/**
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- samples/client/petstore/csharp/generichost/net4.7/**
|
- samples/client/petstore/csharp/generichost/net4.7/**
|
||||||
|
- samples/client/petstore/csharp/generichost/net4.8/**
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build .Net projects
|
name: Build .Net projects
|
Loading…
x
Reference in New Issue
Block a user