change the trigger branch. Eventually, it will be back to main and we will use develop as as a develop branch (duh!)

This commit is contained in:
Lukas Greve
2025-11-17 10:49:41 +01:00
parent b6bb63d66b
commit 6b996bfd79
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: checkout_fedora-image
on:
push:
branches: [ main ]
branches: [ devel ]
jobs:
checkout:

View File

@@ -2,7 +2,7 @@ name: checkout_ubuntu-image
on:
push:
branches: [ main ]
branches: [ devel ]
jobs:
checkout: