From cc55a2bde4ea24f4905c46cc6e64511f6e5bd5d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Thu, 14 Dec 2023 23:53:44 +0800 Subject: [PATCH] update --- .github/workflows/jberet-1.4.x.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/jberet-1.4.x.yml b/.github/workflows/jberet-1.4.x.yml index 473797c4c..67a5a62cc 100644 --- a/.github/workflows/jberet-1.4.x.yml +++ b/.github/workflows/jberet-1.4.x.yml @@ -1,15 +1,15 @@ # This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: JBeret 1.x +name: JBeret 1.4.x on: pull_request: branches: - - 1.4.* + - 1.4.x types: [ opened, synchronize, reopened, ready_for_review ] push: - branches: [ 1.4.* ] + branches: [ 1.4.x ] jobs: build-test-matrix: name: ${{ matrix.jdk-distribution }}-${{ matrix.jdk-version }}-${{ matrix.os }}