From b8bdf877122747aafcc0a429b09f066d11b149cd Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Thu, 27 Oct 2022 13:23:19 -0400 Subject: [PATCH] build something on every CI --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 432ac5e4..73f55f1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,5 @@ jobs: needs: [get-diff] uses: ./.github/workflows/build.yml with: - projects: ${{ needs.get-diff.outputs.diff }} + projects: ${{ needs.get-diff.outputs.diff || 'zlib.net' }} secrets: inherit - if: ${{ needs.get-diff.outputs.diff != '' }}