Enable release snapshots for all commits
Not just for tagged releases.
This commit is contained in:
parent
67e00bb63a
commit
f8adf29df6
5
.github/workflows/maven.yml
vendored
5
.github/workflows/maven.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user