mirror of
https://github.com/irmen/prog8.git
synced 2025-01-12 19:29:50 +00:00
Update gradle.yml
This commit is contained in:
parent
92ffefe656
commit
b83a0adb19
6
.github/workflows/gradle.yml
vendored
6
.github/workflows/gradle.yml
vendored
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user