Skip to content

Commit

Permalink
config: rename gradle workflow to 'build'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbarrossilva committed Jul 18, 2023
1 parent e8d1e10 commit a0c1fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java CI with Gradle
name: Build
on:
push:
branches: [ "main" ]
Expand All @@ -18,7 +18,7 @@ jobs:
java-version: '11'
distribution: 'temurin'

- name: Build with Gradle
- name: Build
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: build

0 comments on commit a0c1fdc

Please sign in to comment.