From 64941e86f01b2a066c43704bb5cfd223d65f8eb6 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 11 Mar 2025 05:05:14 -0500 Subject: [PATCH] only build container for the main branch --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ab53e58..0eadc0f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -42,6 +42,7 @@ jobs: release-image: needs: test + if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest container: image: catthehacker/ubuntu:act-latest