We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe801a commit cf0f296Copy full SHA for cf0f296
.github/workflows/aws-lambda-java-tests.yml
@@ -8,10 +8,16 @@ on:
8
branches: [ main ]
9
paths:
10
- 'aws-lambda-java-tests/**'
11
+ - 'aws-lambda-java-runtime-interface-client/**'
12
+ - 'aws-lambda-java-serialization/**'
13
+ - 'aws-lambda-java-events/**'
14
pull_request:
15
branches: [ '*' ]
16
17
18
19
20
21
- '.github/workflows/aws-lambda-java-tests.yml'
22
23
permissions:
0 commit comments