summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2022-05-07 11:38:54 +0800
committerPeng Wu <alexepico@gmail.com>2022-05-07 11:38:54 +0800
commit7af8e370d2bc470d1633a53a49e2a2cebe57d5ba (patch)
tree634808c7a892db888e0a8c692a94a3b824a4805e
parent3cc27bd3759a6791c6fbdb0ad3a2f6e2dd07260e (diff)
downloadlibpinyin-7af8e370d2bc470d1633a53a49e2a2cebe57d5ba.tar.gz
Update make-check.yml
-rw-r--r--.github/workflows/make-check.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/make-check.yml b/.github/workflows/make-check.yml
index 7120b23..bd08699 100644
--- a/.github/workflows/make-check.yml
+++ b/.github/workflows/make-check.yml
@@ -2,9 +2,9 @@ name: C/C++ CI
on:
push:
- branches: [ master ]
+ branches: [ main ]
pull_request:
- branches: [ master ]
+ branches: [ main ]
jobs:
build: