From 02c905f2c50d1c9acbddf2efd064b10151e0df33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Sat, 26 Jul 2025 13:37:50 +0200 Subject: [PATCH] Fix build job --- .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 bd8b7e4..4213543 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: build: name: Build runs-on: ubuntu-latest - if: github.ref == 'refs/heads.main' && github.event_name == 'push' + if: github.ref == 'refs/heads/main' && github.event_name == 'push' steps: - name: 🔄 Checkout repository uses: actions/checkout@v4