Skip to content

Create github workflow for the v1 branch #1

Create github workflow for the v1 branch

Create github workflow for the v1 branch #1

Workflow file for this run

# 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 master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
uses: yelp/nrtsearch/.github/workflows/gradle.yml@main

Check failure on line 14 in .github/workflows/gradle_master.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gradle_master.yml

Invalid workflow file

error parsing called workflow ".github/workflows/gradle_master.yml" -> "yelp/nrtsearch/.github/workflows/gradle.yml@main" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
branch: master