Skip to content

Commit 3973d9c

Browse files
Path filters on build actions
1 parent b6da155 commit 3973d9c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- '*'
7+
paths: [ dotnet ]
78
pull_request:
89
branches: [ main ]
910

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- '*'
7+
paths: [ nodejs ]
78
pull_request:
89
branches: [ main ]
910

.github/workflows/spa.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- '*'
7+
paths: [ web/serverless-microservices-web ]
78
pull_request:
89
branches: [ main ]
910

0 commit comments

Comments
 (0)