There was an error while loading. Please reload this page.
1 parent 0ab03b9 commit c393be7Copy full SHA for c393be7
1 file changed
.github/workflows/cd.yml
@@ -51,6 +51,7 @@ jobs:
51
- name: Build packages for distribution
52
run: uv build
53
- name: Run AppInspect
54
+ if: startsWith(github.ref, 'refs/tags/') == true
55
uses: ./.github/actions/run-appinspect
56
- name: Upload distributables
57
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
0 commit comments