Update gradle.yml

This commit is contained in:
Irmen de Jong 2021-10-12 18:17:50 +02:00 committed by GitHub
parent 92ffefe656
commit b83a0adb19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java CI with Gradle
name: CI with Gradle
on:
push:
@ -9,6 +9,10 @@ on:
pull_request:
branches: [ master v7.1 ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build: