only building json on actual changes

This commit is contained in:
shockrah 2021-02-13 18:46:23 -08:00
parent fb9a1e05f5
commit d243623202

View File

@ -20,8 +20,11 @@ before_script:
build-json-api:
# Literally so expensive that I realy just don't wanna deal with it
stage: build
when: manual
only: [ "master" ]
only:
- master
changes:
- json-api/
script:
- cd json-api/