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 de1d41a commit 52ef8d1Copy full SHA for 52ef8d1
.github/workflows/remove-deprecated-shapes.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Check branch name
15
run: |
16
# Only continue on branches starting with vX.X (e.g. v1.2, v1.2.3, v1.2-main)
17
- if [[ ! "$GITHUB_HEAD_REF" =~ ^v\.[0-9]+\.[0-9]+.*$ ]]; then
+ if [[ ! "$GITHUB_HEAD_REF" =~ ^v[0-9]+\.[0-9]+.*$ ]]; then
18
exit 0
19
fi
20
0 commit comments