nixbot: build stable branches on push

Nixbot recently added a `build_branches` config option,¹ which allows
specifying additional branches to be built on push. This replaces the
old behaviour where all branches were built on push.

The default branch and merge-queue refs are always built on push and
Pull Requests are considered their own non-push event.

¹: https://github.com/Mic92/nixbot/commit/87c9a409c2e8f91ebcb5069e177f3a045ddfbc1e
This commit is contained in:
Matt Sturgeon
2026-07-31 19:47:58 +00:00
parent acd69cc15d
commit a19efae6c1
+3
View File
@@ -1 +1,4 @@
attribute = "ci.nixbot"
# Additional branches to build on push.
# The default branch and merge-queue branches always build.
build_branches = ["nixos-*"]