Skip to content

Commit b6b23e8

Browse files
committed
Releasing stuff
1 parent 79acc8b commit b6b23e8

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/release-python.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
with:
3030
persist-credentials: false
3131

32-
- name: Branch check
33-
if: ${{ inputs.release_type != 'Dry Run' }}
34-
run: |
35-
if [[ "$GITHUB_REF" != "refs/heads/main" ]]; then
36-
echo "==================================="
37-
echo "[!] Can only release from the 'main' branch"
38-
echo "==================================="
39-
exit 1
40-
fi
32+
# - name: Branch check
33+
# if: ${{ inputs.release_type != 'Dry Run' }}
34+
# run: |
35+
# if [[ "$GITHUB_REF" != "refs/heads/main" ]]; then
36+
# echo "==================================="
37+
# echo "[!] Can only release from the 'main' branch"
38+
# echo "==================================="
39+
# exit 1
40+
# fi
4141

4242
- name: Get version
4343
id: version

0 commit comments

Comments
 (0)