Skip to content

Create github workflow for the v1 branch #7

Create github workflow for the v1 branch

Create github workflow for the v1 branch #7

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@master

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@master" (source branch with sha:574ec464e22265de2e17cc596ef8861d77893360) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
branch: master