Skip to content

Commit

Permalink
Merge build workflow files (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntsyLich authored Apr 30, 2024
1 parent 4df9ded commit d93ff36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 36 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: PR build check
name: Build check
on:
pull_request
push:
branches:
- main
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
Expand All @@ -18,8 +23,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version: 17
distribution: adopt
java-version: 17
distribution: adopt

- name: Set up gradle
uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/build_push.yml

This file was deleted.

0 comments on commit d93ff36

Please sign in to comment.