Skip to content

Commit 73b601c

Browse files
committed
Trigger release job only on the x86 tags.
(cherry picked from commit 1fbddfb)
1 parent c12506f commit 73b601c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Maven Release Package Deployment
22

33
push:
44
tags:
5-
- 'v*.*.*'
5+
- 'v*.*.*-x86'
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)