Skip to content

Commit 07e161e

Browse files
committed
change trigger syntax in mvn.yml
Signed-off-by: Sam Spycher <samspycher@users.noreply.github.com>
1 parent 20b350c commit 07e161e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/mvn.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: MVN Build
22

3-
on: { push: { tags-ignore: ["**"] } }
3+
on:
4+
push:
5+
tags-ignore:
6+
- "**"
47

58
jobs:
69
build:

0 commit comments

Comments
 (0)