Skip to content

Commit ee29a19

Browse files
committed
Update workflows
1 parent c2664f5 commit ee29a19

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ update:
2222

2323
NuGet:
2424
- changed-files:
25-
- any-glob-to-any-file: [ 'src/OpenApi.Client/**', 'src/Directory.Packages.props' ]
25+
- any-glob-to-any-file: [ 'src/ReflectionEventing/**', 'src/Directory.Packages.props' ]
2626

2727
dependencies:
2828
- changed-files:

.github/workflows/reflection-events-cd-nuget.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: openapi-client-cd-nuget
1+
name: reflection-events-client-cd-nuget
22

33
on:
44
push:

.github/workflows/reflection-events-labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: openapi-client-labeler
1+
name: reflection-events-labeler
22

33
on:
44
- pull_request_target

.github/workflows/reflection-events-pr-validator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: openapi-client-pr-validator
1+
name: reflection-events-pr-validator
22

33
on:
44
pull_request:
@@ -28,4 +28,4 @@ jobs:
2828
run: dotnet restore
2929

3030
- name: Build
31-
run: dotnet build src\OpenApi.Client\OpenApi.Client.csproj --configuration Release --no-restore
31+
run: dotnet build src\ReflectionEventing\ReflectionEventing.csproj --configuration Release --no-restore

0 commit comments

Comments
 (0)