From 4f398a304edfaae48a2d48f7acf649ff7910de4f Mon Sep 17 00:00:00 2001 From: mathias234 Date: Tue, 2 Dec 2025 11:01:19 +0100 Subject: [PATCH] Update branch --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c954c7f..fad7812 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -5,7 +5,7 @@ on: - '*' push: branches: - - master + - main concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: false