diff options
| author | penguin <penguin@epenguin.net> | 2025-12-08 17:18:13 -0600 |
|---|---|---|
| committer | penguin <penguin@epenguin.net> | 2025-12-12 23:04:34 -0600 |
| commit | 91389abcb9b4b6ec55d684fd8952e5c8d3610316 (patch) | |
| tree | 90c2bcdbe66f23ac14cc6a7ad9337fb308315b58 | |
| parent | 1db36d168cffc836ef0cffc3538ddc4b96d903a6 (diff) | |
| download | gentoo-utils-91389abcb9b4b6ec55d684fd8952e5c8d3610316.tar.gz | |
ci: simplify pipeline logic
| -rw-r--r-- | .gitea/workflows/gentoo-utils.yml | 7 |
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: |
