From 91389abcb9b4b6ec55d684fd8952e5c8d3610316 Mon Sep 17 00:00:00 2001 From: penguin Date: Mon, 8 Dec 2025 17:18:13 -0600 Subject: [PATCH] ci: simplify pipeline logic --- .gitea/workflows/gentoo-utils.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 8f3456b..7a91fe8 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -1,11 +1,6 @@ name: Gentoo Utils -on: - push: - branches: - '*' - pull_request: - branches: [master] +on: [push] jobs: build-oci-image: