From f895bc242dc8d29f08b1fe895c1d5d3f252ea144 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Fri, 17 Jul 2026 19:45:16 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19f8bdab5..153766979 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: gh-pages: needs: build runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/staging' steps: - uses: actions/download-artifact@v8 with: