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