We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599b5e9 commit 8fd1506Copy full SHA for 8fd1506
1 file changed
.github/workflows/dissect-ci.yml
@@ -16,7 +16,7 @@ jobs:
16
run-benchmarks: true
17
18
publish:
19
- if: ${{ github.ref_type == 'tag' }}
+ if: ${{ github.ref_name == 'main' || github.ref_type == 'tag' }}
20
needs: [ci]
21
runs-on: ubuntu-latest
22
environment: dissect_publish
0 commit comments