From 3e412c64b96506fb9f62580b784d52ead33958b7 Mon Sep 17 00:00:00 2001 From: Axel Etcheverry Date: Fri, 28 Jan 2022 12:16:08 +0100 Subject: [PATCH] fix: ci --- .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 b10d347..96f198c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ master, develop ] + branches: [ main ] pull_request_target: - branches: [ develop ] + branches: [ main ] jobs: