From e9c5e47ab437f3f16437f21e2f47c230b6e3254b Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Wed, 29 Jan 2020 09:09:32 +0000 Subject: [PATCH] ci: add Pipfile.lock to 'only_changes' --- ci/build.yml | 2 ++ ci/test.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ci/build.yml b/ci/build.yml index 52fca12920..7ed821dc50 100644 --- a/ci/build.yml +++ b/ci/build.yml @@ -16,6 +16,7 @@ variables: - tests/**/* - tools/**/* - vendor/**/* + - Pipfile.lock .only_changes_legacy: &only_changes_legacy only: @@ -29,6 +30,7 @@ variables: - tests/**/* - tools/**/* - vendor/**/* + - Pipfile.lock # Core diff --git a/ci/test.yml b/ci/test.yml index 5b67fc818e..d38bf18792 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -12,6 +12,7 @@ image: registry.gitlab.com/satoshilabs/trezor/trezor-firmware/environment - tests/**/* - tools/**/* - vendor/**/* + - Pipfile.lock .only_changes_legacy: &only_changes_legacy only: @@ -25,6 +26,7 @@ image: registry.gitlab.com/satoshilabs/trezor/trezor-firmware/environment - tests/**/* - tools/**/* - vendor/**/* + - Pipfile.lock # Core