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:
|
on:
|
||||||
push:
|
push:
|
||||||
# Sequence of patterns matched against refs/tags
|
branches:
|
||||||
tags:
|
- master
|
||||||
- 'v*' # Push events to matching v*, i.e. v1.0
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user