From 0d288e93c0b9fc648779f52bdf432b7e1ad901e1 Mon Sep 17 00:00:00 2001 From: bakito Date: Sun, 28 Mar 2021 16:35:07 +0200 Subject: [PATCH] run action in main branch --- .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 743daa7..4b403a0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: