Skip to content

Commit c75df78

Browse files
committed
Temporarily disable publishing on push to main
1 parent 5eb5424 commit c75df78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dissect-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818

1919
publish:
20-
if: ${{ github.ref_name == 'main' || github.ref_type == 'tag' }}
20+
if: ${{ github.ref_type == 'tag' }}
2121
needs: [ci]
2222
runs-on: ubuntu-latest
2323
environment: dissect_publish

0 commit comments

Comments
 (0)