From e3850a5d75204b40466af9055e47d17377d12f64 Mon Sep 17 00:00:00 2001 From: lord_santanna Date: Tue, 17 Aug 2021 21:23:22 +0200 Subject: [PATCH] Update workflow master -> main --- .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 52966c8..a262029 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: