appveyor.yml: Ignore the l10n_master branch from Crowdin.

This commit is contained in:
David Korth 2024-04-26 23:55:40 -04:00
parent e2f342d38a
commit 658e84f06c

View File

@ -22,6 +22,11 @@ only_commits:
- extlib/**/* - extlib/**/*
- src/**/* - src/**/*
# Ignore the l10n_master branch from Crowdin.
branches:
except:
- l10n_master
environment: environment:
matrix: matrix:
- platform: x86 - platform: x86