* [PATCH] github/ci: build Container on pushes to ci branch only
@ 2025-10-23 9:48 Sascha Hauer
2025-10-27 10:21 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2025-10-23 9:48 UTC (permalink / raw)
To: Barebox List
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@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-27 10:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-23 9:48 [PATCH] github/ci: build Container on pushes to ci branch only Sascha Hauer
2025-10-27 10:21 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox