Use develop-SNAPSHOT as default hash for develop dependencies #136
This file contains 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: Java checks | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
paths-ignore: | |
- '.github/**' | |
- README.md | |
- gradle.properties | |
push: | |
branches: | |
- master | |
- develop | |
paths-ignore: | |
- '.github/**' | |
- README.md | |
- gradle.properties | |
jobs: | |
call-java-cheks: | |
name: Call Java checks | |
uses: reportportal/.github/.github/workflows/java-checks.yaml@main |