From 2e736d9a9ba0489ae2ba60a4a83fd62066b37081 Mon Sep 17 00:00:00 2001 From: Mattias Reichel Date: Tue, 7 Nov 2023 16:23:55 +0100 Subject: [PATCH] Update Github workflow to include 2.0.x branch. --- .github/workflows/gradle-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle-check.yml b/.github/workflows/gradle-check.yml index 11823e7..4c933cb 100644 --- a/.github/workflows/gradle-check.yml +++ b/.github/workflows/gradle-check.yml @@ -5,9 +5,9 @@ name: Run tests in project on: push: - branches: [ master, 1.3.x ] + branches: [ master, 2.0.x, 1.3.x ] pull_request: - branches: [ master, 1.3.x ] + branches: [ master, 2.0.x, 1.3.x ] jobs: build: