fix: only build windows on protected refs

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
krille/remove-custom-fonts
TheOneWithTheBraid 3 years ago
parent ac591c29ce
commit 2768493879

@ -149,6 +149,9 @@ build_windows:
paths:
- build/windows/runner/Release
allow_failure: true
only:
- main
- tags
build_android_debug:
stage: coverage

Loading…
Cancel
Save