Skip to content

Commit 840e3aa

Browse files
committed
fix: path for GitHub Action
1 parent 396f767 commit 840e3aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aws-lambda-java-profiler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
pull_request:
55
branches: [ '*' ]
66
paths:
7-
- 'aws-lambda-java-profiler/**'
7+
- 'experimental/aws-lambda-java-profiler/**'
88
- '.github/workflows/aws-lambda-java-profiler.yml'
99
push:
1010
branches: ['*']
1111
paths:
12-
- 'aws-lambda-java-profiler/**'
12+
- 'experimental/aws-lambda-java-profiler/**'
1313
- '.github/workflows/aws-lambda-java-profiler.yml'
1414

1515
jobs:

0 commit comments

Comments
 (0)