diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/gradle.yml | 5 |
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: |