From e06415fb7ba3bb34d785f495d7f20e1dc0695c5e Mon Sep 17 00:00:00 2001 From: John Turner Date: Mon, 8 Dec 2025 22:24:12 +0000 Subject: [PATCH] run CI when pushing to any branch --- .gitea/workflows/gentoo-utils.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index da4c9d3..8f3456b 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -2,7 +2,8 @@ name: Gentoo Utils on: push: - branches: [master] + branches: + '*' pull_request: branches: [master]