Skip to content

Commit e97deac

Browse files
fix trigger paths and name with viewmodels workflow
1 parent 7ccd078 commit e97deac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codebreaker-lib-viewmodels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Analyzers lib
1+
name: Viewmodels lib
22

33
on:
44

@@ -7,8 +7,8 @@ on:
77
branches:
88
[ main ]
99
paths:
10-
- 'src/clients/xaml/Codebreaker.GameAPIs.ViewModels/**'
11-
- 'src/clients/xaml/Codebreaker.GameAPIs.ViewModels.Tests/**'
10+
- 'src/clients/xaml/Codebreaker.ViewModels/**'
11+
- 'src/clients/xaml/Codebreaker.ViewModels.Tests/**'
1212
- 'src/Codebreaker.ViewModels.sln'
1313
- '.github/workflows/codebreaker-lib-viewmodels.yml'
1414
- '.github/workflows/createnuget-withbuildnumber.yml'

0 commit comments

Comments
 (0)