Skip to content

Commit 56e2a40

Browse files
Heiko KieselWeltraumschaf
authored andcommitted
Add PRs and workflow dispatch as test ci triggers
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent c4456da commit 56e2a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
77

88
name: Java Tests
9-
on: pull_request
9+
on: [pull_request, push, workflow_dispatch]
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)