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