Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
Updated gradlew permissions and run condition
  • Loading branch information
qejmc authored Aug 17, 2024
1 parent 4bf0ce7 commit e019e83
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@

name: Java CI with Gradle

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

jobs:
build:
Expand All @@ -33,6 +29,9 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0

- name: Update permissions
run: chmod +x gradlew

- name: Build with Gradle Wrapper
run: ./gradlew build

Expand Down

0 comments on commit e019e83

Please sign in to comment.