Skip to content

Commit

Permalink
Update java-17.yml to build against 4.0.x and 4.1.x branches
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson authored Sep 14, 2023
1 parent 5aa673e commit 7613f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Java 17

on:
push:
branches: [ main, 3.6.*, 3.5.* ]
branches: [ 4.1.*, 4.0.*, 3.6.*, 3.5.* ]
pull_request:
branches: [ main, 3.6.*, 3.5.* ]
branches: [ 4.1.*, 4.0.*, 3.6.*, 3.5.* ]

jobs:
build:
Expand Down

0 comments on commit 7613f51

Please sign in to comment.