Skip to content

Commit b0a34ee

Browse files
Fix build action paths
1 parent 3973d9c commit b0a34ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- '*'
7-
paths: [ dotnet ]
7+
paths: [ 'dotnet/**' ]
88
pull_request:
99
branches: [ main ]
1010

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- '*'
7-
paths: [ nodejs ]
7+
paths: [ 'nodejs/**' ]
88
pull_request:
99
branches: [ main ]
1010

.github/workflows/spa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- '*'
7-
paths: [ web/serverless-microservices-web ]
7+
paths: [ 'web/serverless-microservices-web/**' ]
88
pull_request:
99
branches: [ main ]
1010

0 commit comments

Comments
 (0)