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 147e3e3 commit 77424adCopy full SHA for 77424ad
.github/workflows/build.yml
@@ -56,13 +56,13 @@ jobs:
56
57
markdown-link-check:
58
# release branches are excluded to avoid unnecessary maintenance if external links break
59
- if: ${{ !startsWith(github.ref_name, 'v') }}
+ if: ${{ !startsWith(github.ref_name, 'release/') }}
60
uses: ./.github/workflows/reusable-markdown-link-check.yml
61
62
misspell-check:
63
# release branches are excluded to avoid unnecessary maintenance if new misspellings are added
64
# to the misspell dictionary
65
66
uses: ./.github/workflows/reusable-misspell-check.yml
67
68
publish-snapshots:
0 commit comments