From 6b996bfd793f073f7735c77f4cefc65cb673f9b0 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Mon, 17 Nov 2025 10:49:41 +0100 Subject: [PATCH] change the trigger branch. Eventually, it will be back to main and we will use develop as as a develop branch (duh!) --- .gitea/workflows/checkout_fedora-image.yml | 2 +- .gitea/workflows/checkout_ubuntu-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/checkout_fedora-image.yml b/.gitea/workflows/checkout_fedora-image.yml index b4f97d9..c35be06 100644 --- a/.gitea/workflows/checkout_fedora-image.yml +++ b/.gitea/workflows/checkout_fedora-image.yml @@ -2,7 +2,7 @@ name: checkout_fedora-image on: push: - branches: [ main ] + branches: [ devel ] jobs: checkout: diff --git a/.gitea/workflows/checkout_ubuntu-image.yml b/.gitea/workflows/checkout_ubuntu-image.yml index d20f284..0729ab7 100644 --- a/.gitea/workflows/checkout_ubuntu-image.yml +++ b/.gitea/workflows/checkout_ubuntu-image.yml @@ -2,7 +2,7 @@ name: checkout_ubuntu-image on: push: - branches: [ main ] + branches: [ devel ] jobs: checkout: