Skip to content

Commit

Permalink
Update gradle-dependency-submission.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soupslurpr committed Jul 17, 2023
1 parent ae235f2 commit c72d698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build
on:
push:
branches:
- develop # run the action on your projects default branch
- master # run the action on your projects default branch

jobs:
build:
Expand All @@ -17,5 +17,5 @@ jobs:
- name: Run snapshot action
uses: mikepenz/gradle-dependency-submission@{latest}
with:
gradle-project-path: "gradle-example"
gradle-project-path: "."
gradle-build-module: ":app"

0 comments on commit c72d698

Please sign in to comment.