ci: fix jobs on tags only

pull/2391/head
vdovhanych 2 years ago committed by matejcik
parent d19af9896b
commit 907254245d

@ -285,6 +285,9 @@ sync emulators to aws:
- wget https://firmware.corp.sldev.cz/releases/emulators/arm/ -O index.html && aws s3 cp index.html s3://$BUCKET/dev/firmware/releases/emulators/arm/
# invalidate cloudfront cache for dev/ directory.
- aws cloudfront create-invalidation --distribution-id E1ERY5K2OTKKI1 --paths '/dev/*'
only:
- /^legacy\//
- /^core\//
except:
- branches # run for tags only
tags:

@ -300,6 +300,6 @@ Consists of **14 jobs** below:
### [sync emulators to aws](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L270)
### [common sync](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L295)
### [common sync](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L298)
---

Loading…
Cancel
Save