We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79acc8b commit b6b23e8Copy full SHA for b6b23e8
1 file changed
.github/workflows/release-python.yml
@@ -29,15 +29,15 @@ jobs:
29
with:
30
persist-credentials: false
31
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
39
- exit 1
40
- fi
+ # - name: Branch check
+ # if: ${{ inputs.release_type != 'Dry Run' }}
+ # run: |
+ # if [[ "$GITHUB_REF" != "refs/heads/main" ]]; then
+ # echo "==================================="
+ # echo "[!] Can only release from the 'main' branch"
+ # exit 1
+ # fi
41
42
- name: Get version
43
id: version
0 commit comments