fix: only build windows on protected refs

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
TheOneWithTheBraid 2022-08-05 22:44:32 +02:00
parent ac591c29ce
commit 2768493879

View file

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