Skip to content

Commit 169bd29

Browse files
committed
main2.md
1 parent 7308fcb commit 169bd29

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: validate branch
2727
if: ${{ github.ref != 'refs/heads/dev' || github.ref != 'refs/heads/main' || (github.ref == 'refs/heads/dev' && (!startsWith(github.event.inputs.version, 'pre') || github.event.inputs.preid != 'alpha')) || (github.ref == 'refs/heads/main' && startsWith(github.event.inputs.version, 'pre') && github.event.inputs.preid != 'rc') }}
2828
run: |
29+
echo ${{ github.ref }}
30+
echo ${{ github.event.inputs.version }}
31+
echo ${{ github.event.inputs.preid}}
2932
exit 1
3033
3134
- name: Checkout dev branch

0 commit comments

Comments
 (0)