fix: only build windows on protected refs
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
ac591c29ce
commit
2768493879
1 changed files with 3 additions and 0 deletions
|
|
@ -149,6 +149,9 @@ build_windows:
|
||||||
paths:
|
paths:
|
||||||
- build/windows/runner/Release
|
- build/windows/runner/Release
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
only:
|
||||||
|
- main
|
||||||
|
- tags
|
||||||
|
|
||||||
build_android_debug:
|
build_android_debug:
|
||||||
stage: coverage
|
stage: coverage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue