From aaa2d582f0c0b4a9667b7720e5f9bfd4fcb50279 Mon Sep 17 00:00:00 2001 From: demenik Date: Sat, 20 Dec 2025 23:44:48 +0100 Subject: [PATCH] fix: Run build job on all configured branches --- .gitea/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8824ee6..3bbbc0f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -10,7 +10,6 @@ jobs: runs-on: ubuntu-latest container: image: rust:slim - if: github.ref == 'refs/heads/main' steps: - name: Install System Dependencies run: |