Enable release snapshots for all commits

Not just for tagged releases.
This commit is contained in:
Antonin Delpeuch 2020-03-20 13:45:26 +00:00 committed by GitHub
parent 67e00bb63a
commit f8adf29df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,8 @@ name: Java CI
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0
branches:
- master
jobs:
build: