Add a pipeline to build the server image.
This commit is contained in:
@@ -62,7 +62,7 @@ impl RemoteConfig {
|
||||
.iter()
|
||||
.map(|s| Regex::new(s.as_str()))
|
||||
.collect::<Result<_, _>>()?;
|
||||
if !push.branches.is_empty() && match_regex.iter().any(|r| r.is_match(branch)) {
|
||||
if !push.branches.is_empty() && !match_regex.iter().any(|r| r.is_match(branch)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user