From 72cdbe91453821883023f76d5ebf9c03d677c02a Mon Sep 17 00:00:00 2001 From: Rahugg <@a.faizolla> Date: Fri, 22 Nov 2024 17:51:30 +0500 Subject: [PATCH] change the go.yml file --- .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 970fc61..d3880c2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go CI on: push: - branches: [ master ] + branches: [ master, main ] pull_request: - branches: [ master ] + branches: [ master, main ] jobs: build: