Build except l10n_master

This commit is contained in:
NekoInverter 2020-06-18 16:13:38 +08:00
parent 4ac09b85ab
commit f4ec2a7938
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9

View File

@ -7,7 +7,9 @@ on:
- '.github/**'
- '!.github/workflows/**'
branches:
- master
- '*' # matches every branch
- '*/*' # matches every branch containing a single '/'
- '!l10n_master' # excludes l10n_master
jobs:
linux: