Skip to content

Commit

Permalink
Add gradle_v0.x.yml file to v0.x branch too
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakn7 committed Sep 17, 2024
1 parent b1c5e90 commit b8828c0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/gradle_v0.x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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

0 comments on commit b8828c0

Please sign in to comment.