fix: Run build job on all configured branches
Some checks failed
Gitea CI / Build Linux (push) Failing after 3m33s
Gitea CI / Run Tests (push) Failing after 5m49s

This commit is contained in:
2025-12-20 23:44:48 +01:00
parent 7d5d19df71
commit aaa2d582f0

View File

@@ -10,7 +10,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: rust:slim image: rust:slim
if: github.ref == 'refs/heads/main'
steps: steps:
- name: Install System Dependencies - name: Install System Dependencies
run: | run: |