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 07e161e commit b4e6374Copy full SHA for b4e6374
.github/workflows/mvn.yml
@@ -1,9 +1,7 @@
1
name: MVN Build
2
3
-on:
4
- push:
5
- tags-ignore:
6
- - "**"
+# The release script pushes tags and commits to the repository. Without tags-ignore, this would cause two builds to run.
+on: { push: { branches: ["**"], tags-ignore: ["**"] } }
7
8
jobs:
9
build:
0 commit comments