mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
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:
@@ -1 +1,4 @@
|
||||
attribute = "ci.nixbot"
|
||||
# Additional branches to build on push.
|
||||
# The default branch and merge-queue branches always build.
|
||||
build_branches = ["nixos-*"]
|
||||
|
||||
Reference in New Issue
Block a user