From 885a9b03812cb1596e9b453077d5185895a91d4b Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 27 Jul 2024 23:59:16 -0400 Subject: [PATCH] add branch-main to checks --- systems/palatine-hill/hydra.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/palatine-hill/hydra.nix b/systems/palatine-hill/hydra.nix index ccab13e..a4b40c6 100644 --- a/systems/palatine-hill/hydra.nix +++ b/systems/palatine-hill/hydra.nix @@ -57,7 +57,7 @@ in # check hosts and any declared checks - jobs = (build-fork-hydra|nix-dotfiles-build):(pr|branch-gh-readonly-queue)-.*:hosts + jobs = (build-fork-hydra|nix-dotfiles-build):(pr-.*|branch-gh-readonly-queue-.*|branch-main):hosts context = ci/hydra: hosts inputs = nixexpr useShortContext = true @@ -65,7 +65,7 @@ in # check hosts and any declared checks - jobs = (build-fork-hydra|nix-dotfiles-build):(pr|branch-gh-readonly-queue)-.*:devChecks + jobs = (build-fork-hydra|nix-dotfiles-build):(pr-.*|branch-gh-readonly-queue-.*|branch-main):devChecks context = ci/hydra: checks inputs = nixexpr useShortContext = true