Skip to content

Commit 890d562

Browse files
author
Davide Melfi
committed
chore: add workflow_dispatch
1 parent cf0f296 commit 890d562

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: Java CI aws-lambda-java-tests
55

66
on:
7+
workflow_dispatch:
78
push:
89
branches: [ main ]
910
paths:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
java = "corretto-8"

0 commit comments

Comments
 (0)