From 856217ddcd149c5a68b771b7487f5739234e961f Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Thu, 25 Jan 2024 09:25:58 +0100 Subject: [PATCH] Using main for github workflow --- .github/workflows/go_lint.yml | 2 +- .github/workflows/go_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go_lint.yml b/.github/workflows/go_lint.yml index bfa0855d2..5862c0a5c 100644 --- a/.github/workflows/go_lint.yml +++ b/.github/workflows/go_lint.yml @@ -2,7 +2,7 @@ name: Go lint on: push: - branches: [ master ] + branches: [ main ] pull_request: types: - opened diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index 8c800d799..6fd77b8dc 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -2,7 +2,7 @@ name: Go test on: push: - branches: [ master ] + branches: [ main ] pull_request: types: - opened