2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-07-09 13:27:27 +02:00

Merge branch 'braid/windows' into 'main'

fix: only build windows on protected refs

See merge request 
This commit is contained in:
Krille Fear 2022-08-06 11:41:39 +00:00
commit e0b585ade7

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