From 05cae37a8351c687d68ae7ed19e58ab30bd492ef Mon Sep 17 00:00:00 2001
From: Yichen Zhao <njuzhaoyichen@gmail.com>
Date: Fri, 10 Sep 2021 22:29:36 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8C=87=E6=98=8Ebuild=E5=88=86?=
 =?UTF-8?q?=E6=94=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .github/workflows/build.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 73d7d2e..cb85783 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,6 +1,8 @@
 name: Build LaTeX document
 on: 
   push:
+    branches:
+      - master
     tags:
       - "!v*"
   pull_request:
-- 
GitLab