We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3973d9c commit b0a34eeCopy full SHA for b0a34ee
.github/workflows/dotnet.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- '*'
7
- paths: [ dotnet ]
+ paths: [ 'dotnet/**' ]
8
pull_request:
9
branches: [ main ]
10
.github/workflows/nodejs.yml
- paths: [ nodejs ]
+ paths: [ 'nodejs/**' ]
.github/workflows/spa.yml
- paths: [ web/serverless-microservices-web ]
+ paths: [ 'web/serverless-microservices-web/**' ]
0 commit comments