From b5a76e8f850a53cbeffb938ae7bfd3529d4d9c11 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 13 Jan 2026 07:23:59 +0100 Subject: [PATCH] ci: run build job on pull requests --- .gitea/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1ab131e..b00c489 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -33,7 +33,6 @@ jobs: build: runs-on: ubuntu-latest needs: [test, vulnerabilities] - if: github.event_name == 'push' env: BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }} GITEA_REPOSITORY: ${{ gitea.repository }} -- 2.52.0