mirror of
https://github.com/RoBaertschi/EnvironmentTech.git
synced 2025-04-19 23:03:28 +00:00
Update gradle.yml
This commit is contained in:
parent
cc28a57922
commit
f4456bc26c
6
.github/workflows/gradle.yml
vendored
6
.github/workflows/gradle.yml
vendored
@ -8,8 +8,14 @@
|
||||
name: Java CI with Gradle
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ "1.21.x" ]
|
||||
if: "!startsWith(github.ref, 'refs/tags/')"
|
||||
push:
|
||||
branches: [ "1.21.x" ]
|
||||
tags: "*"
|
||||
if: "startsWith(github.ref, 'refs/tags/')"
|
||||
pull_request:
|
||||
branches: [ "1.21.x" ]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user