Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan committed Dec 14, 2023
1 parent 9aa67d0 commit cc55a2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jberet-1.4.x.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit cc55a2b

Please sign in to comment.