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