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>2021-04-21 12:46:26 +0300
committerKenneth Heafield <github@kheafield.com>2021-04-21 12:46:26 +0300
commit13dda46e7de7cb387e2e8e1c6643ff1b59971079 (patch)
tree38dd0245397894cc003953637f9cbe6a17b60fad
parent2ae8ab13e6dc114fdc5d3765a0898dcc3dcfede3 (diff)
Run windows CI on branch
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 35804e7..a21ece9 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -2,7 +2,7 @@ name: Windows
on:
push:
- branches: [master]
+ branches: [master,semaphore]
pull_request:
branches: [master]