[PATCH] github/ci: build Container on pushes to ci branch only

Sascha Hauer s.hauer at pengutronix.de
Thu Oct 23 02:48:12 PDT 2025


Let's rebuild the container only on explicit pushes to the ci branch
only, rather than also randomly rebuild it once the Containerfile
changes propagate to the master branch.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 .github/workflows/container.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 9bb23a5836..96ebf66508 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -3,10 +3,7 @@ name: build ci container
 on:
   push:
     branches:
-      - 'master'
       - 'ci'
-    paths:
-      - 'test/Containerfile'
   workflow_dispatch: {}
 
 jobs:
-- 
2.47.3




More information about the barebox mailing list