From ebd650e8543034d35cbf80b740751f29959fce90 Mon Sep 17 00:00:00 2001 From: tomoron Date: Sat, 7 Feb 2026 16:14:03 +0100 Subject: [PATCH] only trigger iso rebuild when push on iso branch --- .gitea/workflows/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index 9ed2a7c..e2d4231 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -3,7 +3,7 @@ run-name: iso building on: push: branches: - - 'master' + - 'iso' jobs: test: