Skip to content

Commit 1874ffd

Browse files
committed
Refine release branch trigger.
[#718]
1 parent 405f87c commit 1874ffd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# This workflow will build a Java project with Maven
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

4-
name: Stage release to Maven Central
4+
name: Publish release to Maven Central
55

66
on:
77
push:
88
branches: [ release ]
9+
tags:
10+
- 'v[0-9]+.[0-9]+.[0-9]+.RELEASE'
911

1012
jobs:
1113
release:

0 commit comments

Comments
 (0)