Skip to content

Commit

Permalink
Add 6.x.x branch to github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Nov 7, 2023
1 parent 41a99d1 commit 7c7b2f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Build

on:
push:
branches: [ master ]
branches: [ master, 6.x.x ]
pull_request:
branches: [ master ]
branches: [ master, 6.x.x ]

jobs:
build:
Expand All @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '8'
java-version: '11'
distribution: 'adopt'
cache: gradle
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 7c7b2f9

Please sign in to comment.