Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2020-09-27 19:48:00 +0300
committerKenneth Heafield <github@kheafield.com>2020-09-27 19:48:39 +0300
commit5c164652b490ddbd06f9c753d3ca85a88229757f (patch)
tree78c612719a23127058de2106a22f7002f0016460
parent0a014223187a62cb0ce479a8735432f244b80b29 (diff)
Fix branches windows CI runs on
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 65b0598..35804e7 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -2,9 +2,9 @@ name: Windows
on:
push:
- branches: [win]
+ branches: [master]
pull_request:
- branches: [win]
+ branches: [master]
jobs:
build: