Skip to content

Commit 2bb09c8

Browse files
committed
debug
1 parent f6bcdef commit 2bb09c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/remove-deprecated-shapes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
steps:
1414
- name: Check branch name
1515
run: |
16+
echo $$GITHUB_HEAD_REF
1617
# Only continue on branches starting with vX.X (e.g. v1.2, v1.2.3, v1.2-main)
1718
if [[ ! "$GITHUB_HEAD_REF" =~ ^v\.[0-9]+\.[0-9]+.*$ ]]; then
1819
exit 0

0 commit comments

Comments
 (0)