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