We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ccd078 commit e97deacCopy full SHA for e97deac
1 file changed
.github/workflows/codebreaker-lib-viewmodels.yml
@@ -1,4 +1,4 @@
1
-name: Analyzers lib
+name: Viewmodels lib
2
3
on:
4
@@ -7,8 +7,8 @@ on:
7
branches:
8
[ main ]
9
paths:
10
- - 'src/clients/xaml/Codebreaker.GameAPIs.ViewModels/**'
11
- - 'src/clients/xaml/Codebreaker.GameAPIs.ViewModels.Tests/**'
+ - 'src/clients/xaml/Codebreaker.ViewModels/**'
+ - 'src/clients/xaml/Codebreaker.ViewModels.Tests/**'
12
- 'src/Codebreaker.ViewModels.sln'
13
- '.github/workflows/codebreaker-lib-viewmodels.yml'
14
- '.github/workflows/createnuget-withbuildnumber.yml'
0 commit comments