Skip to content

Commit 8203ff8

Browse files
committed
Modify the release pipeline to trigger only on pushes to tags instead of release publishing.
(cherry picked from commit 4cf5b50)
1 parent 3335c61 commit 8203ff8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Maven Release Package Deployment
22

3-
on:
4-
release:
5-
types: [published]
3+
push:
4+
tags:
5+
- 'v*.*.*'
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)