Skip to content

Commit 0222f68

Browse files
committed
Debugging
1 parent 6c3414d commit 0222f68

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
7575
- name: Create wheel
7676
run: |
77+
make check-branch
7778
make check-main
7879
make dist
7980

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,7 @@ release-candidate: check-main publish bumpversion-candidate git-push
262262

263263
.PHONY: release-candidate-test
264264
release-candidate-test: check-clean check-main publish-test
265+
266+
.PHONY: check-branch
267+
check-branch:
268+
@echo $(CURRENT_BRANCH)

0 commit comments

Comments
 (0)