Update Gradle conventions #148
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Dependency Submission | |
| # workflow limited to only files related to Gradle dependencies | |
| on: | |
| push: | |
| branches: | |
| - "main" | |
| - "release-*" | |
| paths: | |
| - ".github/workflows/gradle-dependency-submission.yml" | |
| - "buildSrc/**" | |
| - "gradle/**" | |
| - "**/*.gradle.kts" | |
| - "gradle.properties" | |
| - "gradlew" | |
| - "gradlew.bat" | |
| jobs: | |
| dependency-submission: | |
| name: Dependency Submission | |
| permissions: | |
| contents: write | |
| uses: problem4j/problem4j-workflows/.github/workflows/gradle-dependency-submission.yml@main |