1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

ci: add Pipfile.lock to 'only_changes'

This commit is contained in:
Tomas Susanka 2020-01-29 09:09:32 +00:00
parent 2c783235e9
commit e9c5e47ab4
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,7 @@ variables:
- tests/**/* - tests/**/*
- tools/**/* - tools/**/*
- vendor/**/* - vendor/**/*
- Pipfile.lock
.only_changes_legacy: &only_changes_legacy .only_changes_legacy: &only_changes_legacy
only: only:
@ -29,6 +30,7 @@ variables:
- tests/**/* - tests/**/*
- tools/**/* - tools/**/*
- vendor/**/* - vendor/**/*
- Pipfile.lock
# Core # Core

View File

@ -12,6 +12,7 @@ image: registry.gitlab.com/satoshilabs/trezor/trezor-firmware/environment
- tests/**/* - tests/**/*
- tools/**/* - tools/**/*
- vendor/**/* - vendor/**/*
- Pipfile.lock
.only_changes_legacy: &only_changes_legacy .only_changes_legacy: &only_changes_legacy
only: only:
@ -25,6 +26,7 @@ image: registry.gitlab.com/satoshilabs/trezor/trezor-firmware/environment
- tests/**/* - tests/**/*
- tools/**/* - tools/**/*
- vendor/**/* - vendor/**/*
- Pipfile.lock
# Core # Core