From 3833b3a13524f99104577e6f88693654642c0cd1 Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Wed, 1 Jun 2022 13:26:47 +0200 Subject: [PATCH] Update CI setup to acknowledge 3.1 branch --- .github/workflows/ci-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index f037a25a..bd87999b 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -2,7 +2,7 @@ name: Weld-JUnit CI on: pull_request: - branches: [ 3.0 ] + branches: [ 3.1 ] jobs: build-weld-junit: