mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
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
5 lines
153 B
TOML
5 lines
153 B
TOML
attribute = "ci.nixbot"
|
|
# Additional branches to build on push.
|
|
# The default branch and merge-queue branches always build.
|
|
build_branches = ["nixos-*"]
|