only build on tags

master
Tomáš Mládek 2020-10-20 20:04:45 +02:00
parent d262ef26bf
commit 8938b63b12
1 changed files with 4 additions and 2 deletions

View File

@ -12,6 +12,8 @@ cache:
build:cargo:
stage: build
only:
- tags
script:
- rustc --version && cargo --version # Print version info for debugging
- cargo build --release