We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f660f commit 1b65afaCopy full SHA for 1b65afa
.github/workflows/mvn.yml
@@ -1,6 +1,7 @@
1
name: MVN Build
2
3
-# The release script pushes tags and commits to the repository. Without tags-ignore, this would cause two builds to run.
+# The release script pushes tags and commits to the repository.
4
+# Without tags-ignore, this would cause two builds to run twice.
5
on: { push: { branches: ["**"], tags-ignore: ["**"] } }
6
7
jobs:
0 commit comments