Skip to content

Commit 79ec23a

Browse files
committed
add debug output to ci/cd
1 parent 5f1cb2d commit 79ec23a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ jobs:
5353
- name: Test code
5454
run: ./bin/task test
5555

56+
- name: Debug outputs
57+
run: echo ${{ github.ref }}
58+
59+
- name: Debug outputs
60+
run: echo ${{ startsWith(github.ref, 'refs/heads/release/') }}
61+
5662
# JOB
5763
# This job publishes the package to test-pipy.
5864
test-publish:

0 commit comments

Comments
 (0)