From 6c97cb539706c464c1d81d5893c26028dbdf25f7 Mon Sep 17 00:00:00 2001 From: tehw0lf Date: Sat, 14 Mar 2026 23:58:46 +0100 Subject: [PATCH] fix: upload build artifact on PR runs to enable security scanning --- .github/workflows/test-and-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 1f80ff7..f5cc818 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -300,7 +300,7 @@ jobs: if-no-files-found: warn - name: upload build artifact (from artifact_path) - if: ${{ github.event_name == 'push' && inputs.artifact_path != '' }} + if: ${{ inputs.artifact_path != '' }} uses: actions/upload-artifact@v7 with: name: build