Skip to content

Commit

Permalink
Forgor to update build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Mar 24, 2024
1 parent 8af1184 commit cbb7b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
distribution: 'temurin'

- name: Build with Gradle and generate dependency Graph
if: ${{github.ref == 'refs/heads/main' && github.event_name != 'pull_request'}}
if: ${{github.ref == 'refs/heads/version/1.20.1' && github.event_name != 'pull_request'}}
uses: gradle/gradle-build-action@v2
with:
arguments: build
dependency-graph: 'generate-and-submit'

- name: Build with Gradle
if: ${{github.ref != 'refs/heads/main' || github.event_name == 'pull_request'}}
if: ${{github.ref != 'refs/heads/version/1.20.1' || github.event_name == 'pull_request'}}
uses: gradle/gradle-build-action@v2
with:
arguments: build
Expand Down

0 comments on commit cbb7b30

Please sign in to comment.