Skip to content

Commit

Permalink
Merge pull request #13 from LMAX-Exchange/gradlebranches
Browse files Browse the repository at this point in the history
Run CI on all branches
  • Loading branch information
thody1994 authored Dec 21, 2023
2 parents 514e4f9 + 32ebd8c commit c4d56a8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ name: Java CI with Gradle

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

permissions:
contents: read
Expand All @@ -23,10 +21,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '8.0.392+8'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@v2.4.2
Expand Down

0 comments on commit c4d56a8

Please sign in to comment.