From 2dd42e67dedbd32f254ff0cd066886816ce3ea38 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Mon, 27 May 2024 00:32:49 +0300 Subject: [PATCH] CI: build scarthgap and kirkstone branches on push Include scarthgap and kirkstone into the push-triggered builds. While we are at it, drop the honister, which is EOL Signed-off-by: Dmitry Baryshkov --- .github/workflows/push.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c7bb05e..0b3c972 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -4,7 +4,8 @@ on: push: branches: - master - - honister + - scarthgap + - kirkstone - dunfell jobs: