mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 22:43:09 +00:00
deploy: 995441234455d303e211a8471913817d635f2726
This commit is contained in:
parent
8301b4f3d7
commit
ece133221a
@ -133,7 +133,7 @@ def versionWasChanged(version) {
|
||||
script: "git diff --name-only origin/${env.CHANGE_TARGET}",
|
||||
returnStdout: true
|
||||
)
|
||||
if (changes =~ "(?m)^(Makefile|waku.nimble|config.nims|vendor|ci).*") {
|
||||
if (changes =~ "(?m)^(Makefile|waku.nimble|config.nims|vendor|ci|shell.nix).*") {
|
||||
return true
|
||||
}
|
||||
if (changes =~ "(?m)^(waku|tests|examples)/(${version}|common)/.*") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user