From 6bc54ab2491ccfc99dafdb99c5cbfe16d3ffc246 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Sun, 18 Jul 2021 21:47:08 +0900 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 aa4e3bd..89e42ee 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: