Skip to content

Commit 1b65afa

Browse files
committed
fix typo
Signed-off-by: Sam Spycher <samspycher@users.noreply.github.com>
1 parent 98f660f commit 1b65afa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mvn.yml

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

3-
# The release script pushes tags and commits to the repository. Without tags-ignore, this would cause two builds to run.
3+
# The release script pushes tags and commits to the repository.
4+
# Without tags-ignore, this would cause two builds to run twice.
45
on: { push: { branches: ["**"], tags-ignore: ["**"] } }
56

67
jobs:

0 commit comments

Comments
 (0)