From 5912f600e54e5ea73c635c6f8cb317b0799265ce Mon Sep 17 00:00:00 2001
From: Psnail <42728902+sdttttt@users.noreply.github.com>
Date: Fri, 11 Sep 2020 13:29:04 +0800
Subject: [PATCH] ci: Add `develop` branch trigger CI.

---
 .github/workflows/go.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index d96ec65fb..ffbe42d8c 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -2,7 +2,7 @@ name: CI
 
 on:
   push:
-    branches: "master"
+    branches: ["master", "develop"]
   pull_request:
     branches: "*"
 
-- 
GitLab