From bd37cd3be75725049474cf5152afb2c37cc30544 Mon Sep 17 00:00:00 2001 From: Nicolas Pepin-Perreault Date: Sat, 24 Sep 2022 17:34:09 +0200 Subject: [PATCH] build(.github): run on PRs and pushes with the same target branches --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 446f4128..869d2d34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: Continuous Integration on: pull_request: + branches: [ main ] paths: - '**/*.java' - '**/pom.xml'