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