From dbf9afbf82a1faa759ca7a407edfbba34da39344 Mon Sep 17 00:00:00 2001 From: games647 Date: Sat, 16 Jul 2022 18:35:03 +0200 Subject: [PATCH] Run workflows for pull requests too to verify the test results (#2574) --- .github/workflows/maven.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 407749a8..0e194680 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,6 +1,10 @@ name: Java CI -on: [push] +on: + push: + pull_request: + branches: + - master jobs: build_and_test: