Skip to content

Commit 95aecc1

Browse files
committed
Add the 'on' GitHub Action trigger.
(cherry picked from commit bce2fb7)
1 parent bbe5935 commit 95aecc1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/maven-release.yml

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

3-
push:
4-
tags:
5-
- 'v*.*.*-x86'
3+
on:
4+
push:
5+
tags:
6+
- 'v*.*.*-x86'
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)