From 58a3b8c4fb8436e55976ee7d78d652d7a32b18af Mon Sep 17 00:00:00 2001 From: jackfiled Date: Thu, 7 Jul 2022 18:14:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8README=E6=96=87=E4=BB=B6=E4=B8=AD?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E5=BE=BD=E7=AB=A0=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9CI=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 -- README.md | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f46b40f..7305ea9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,8 +3,6 @@ name: windows-build on: # 在设置git tag时触发执行 push: - branches: - - 'gui' tags: - 'v*' diff --git a/README.md b/README.md index 39c30fa..203a9dc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Auto Bus GUI +[![windows-build](https://github.com/jackfiled/auto_bus/actions/workflows/build.yml/badge.svg)](https://github.com/jackfiled/auto_bus/actions/workflows/build.yml) + 北京邮电大学计算机学院2021级《计算导论与程序设计》实践大作业“公交车调度”的GUI分支。 ## 构建