backport #735 and #732 to v0.x branch (#741) #6
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
# This workflow will build a Java project with Gradle | |
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle | |
name: Java CI with Gradle for v0.x branch | |
on: | |
push: | |
branches: [ v0.x ] | |
pull_request: | |
branches: [ v0.x ] | |
jobs: | |
build: | |
uses: Yelp/nrtsearch/.github/workflows/[email protected] | |
with: | |
branch: v0.x |