Skip to content

Commit 89ed9a1

Browse files
committed
disable release on main
1 parent 77e4b02 commit 89ed9a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ defaults:
3939
jobs:
4040
build_sdist:
4141
name: Build an sdist and determine versions
42+
if: ${{ github.ref != 'refs/heads/main' }}
4243
uses: ./.github/workflows/packaging_sdist.yml
4344
with:
4445
testsuite: all

0 commit comments

Comments
 (0)