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 5eb5424 commit c75df78Copy full SHA for c75df78
1 file changed
.github/workflows/dissect-ci.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
publish:
20
- if: ${{ github.ref_name == 'main' || github.ref_type == 'tag' }}
+ if: ${{ github.ref_type == 'tag' }}
21
needs: [ci]
22
runs-on: ubuntu-latest
23
environment: dissect_publish
0 commit comments