From bf493b3357ec6a35a4a3266a6b497611ed624e82 Mon Sep 17 00:00:00 2001 From: wenjianzhang Date: Wed, 18 Mar 2020 23:27:05 +0800 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e7a294bd..b66c0d71 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ dev ] + branches: [ master ] pull_request: - branches: [ dev ] + branches: [ master ] jobs: