summaryrefslogtreecommitdiff
path: root/.gitea/workflows/gentoo-utils.yml
diff options
context:
space:
mode:
authorpenguin <penguin@epenguin.net>2025-12-08 17:18:13 -0600
committerpenguin <penguin@epenguin.net>2025-12-12 23:04:34 -0600
commit91389abcb9b4b6ec55d684fd8952e5c8d3610316 (patch)
tree90c2bcdbe66f23ac14cc6a7ad9337fb308315b58 /.gitea/workflows/gentoo-utils.yml
parent1db36d168cffc836ef0cffc3538ddc4b96d903a6 (diff)
downloadgentoo-utils-91389abcb9b4b6ec55d684fd8952e5c8d3610316.tar.gz
ci: simplify pipeline logic
Diffstat (limited to '.gitea/workflows/gentoo-utils.yml')
-rw-r--r--.gitea/workflows/gentoo-utils.yml7
1 files changed, 1 insertions, 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: