From 70f1986c96b7c596437f1b620210b634f0bed1f3 Mon Sep 17 00:00:00 2001 From: skye rogers Date: Thu, 27 Mar 2025 15:59:03 -0700 Subject: [PATCH] edited whitespace --- .github/workflows/maven.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 81fca35b..1a325e1b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -7,7 +7,6 @@ # documentation. name: Java CI with Maven - on: push: branches: @@ -15,12 +14,9 @@ on: pull_request: branches: - "master" - jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - name: Set up JDK 8 @@ -30,11 +26,8 @@ jobs: distribution: 'corretto' - name: Build with Maven run: mvn -B package --file pom.xml -DskipITs - backwards-compatible-check: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - name: Set up JDK 8