aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/gradle.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index ea9c7f4..6a60258 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -3,10 +3,7 @@
name: Build release
on:
- push:
- # Sequence of patterns matched against refs/tags
- tags:
- - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
+ push: tags
jobs:
build: