Skip to content

Commit 8fd1506

Browse files
authored
Re-enable the publish step (#168)
1 parent 599b5e9 commit 8fd1506

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
@@ -16,7 +16,7 @@ jobs:
1616
run-benchmarks: true
1717

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

0 commit comments

Comments
 (0)