mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 23:43:07 +00:00
deploy: 0ccaec4df6885d99563d7b96ddf9d1f94db33601
This commit is contained in:
parent
7861cab6d1
commit
3c0fdd9822
@ -136,6 +136,9 @@ def versionWasChanged(version) {
|
|||||||
if (changes =~ "(?m)^(Makefile|waku.nimble|config.nims|vendor|ci|shell.nix).*") {
|
if (changes =~ "(?m)^(Makefile|waku.nimble|config.nims|vendor|ci|shell.nix).*") {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
if (version == 'v2' && changes =~ "(?m)^(apps|tools)/.*") {
|
||||||
|
return true
|
||||||
|
}
|
||||||
if (changes =~ "(?m)^(waku|tests|examples)/(${version}|common)/.*") {
|
if (changes =~ "(?m)^(waku|tests|examples)/(${version}|common)/.*") {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user