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 0ce1d197ce
commit 47405dc599
1 changed files with 3 additions and 0 deletions

View File

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