Skip to content

Commit

Permalink
fix-gradle-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LarissaASLeite committed Nov 6, 2024
1 parent 0d09084 commit d267116
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand All @@ -18,6 +21,9 @@ jobs:
with:
fetch-depth: 0

- name: Set permissions for Gradle Wrapper
run: chmod +x ./gradlew

- name: Setup Java
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 #v4.2.1
with:
Expand Down

0 comments on commit d267116

Please sign in to comment.