mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-18 22:11:39 -04:00
Enable ci builds for feature branches
This commit is contained in:
+2
-1
@@ -13,7 +13,8 @@ project "packer" {
|
||||
repository = "packer"
|
||||
release_branches = [
|
||||
"main",
|
||||
"release/**"
|
||||
"release/**",
|
||||
"feature/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user