Skip to content

Commit 3793855

Browse files
committed
add branches wildcard to trigger for mvn.yml
Signed-off-by: Sam Spycher <[email protected]>
1 parent 07e161e commit 3793855

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mvn.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: MVN Build
22

33
on:
44
push:
5+
branches:
6+
- "**"
57
tags-ignore:
68
- "**"
79

0 commit comments

Comments
 (0)