aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-04-25 01:12:21 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-04-25 01:12:21 +0200
commitb8c42fb7a7f8f9aee699005ccd15996693f66b68 (patch)
tree8cb276fba29c03d2d547bdea5d20975b1508bade
parent46c6a1aba100a5381d1a779088e9d2c5a3052ae5 (diff)
downloadparquet-b8c42fb7a7f8f9aee699005ccd15996693f66b68.tar.gz
fix ghub actions0.0.3
-rw-r--r--.github/workflows/gradle.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 6a60258..ff42653 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -3,7 +3,10 @@
name: Build release
on:
- push: tags
+ push:
+ tags:
+ - '*'
+
jobs:
build: