aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-04-25 01:07:58 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-04-25 01:07:58 +0200
commit46c6a1aba100a5381d1a779088e9d2c5a3052ae5 (patch)
treec4d962c94a83ffd2c69d6bfb8b7b065c03e3fd9b /.github
parent29c1ec8dcb776cac7ed285940236ad79dd282cdb (diff)
downloadparquet-46c6a1aba100a5381d1a779088e9d2c5a3052ae5.tar.gz
Version 0.0.3
Diffstat (limited to '.github')
-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: