From f3453ef85e6318c59f2f3aa25f0d388816b137e0 Mon Sep 17 00:00:00 2001 From: Jean Date: Wed, 8 Nov 2023 14:10:32 +0100 Subject: [PATCH] fix git flow for main --- .github/workflows/go_lint.yml | 2 +- .github/workflows/go_test.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go_lint.yml b/.github/workflows/go_lint.yml index b2fe63f..38bee55 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 62dbf4a..d8b0eed 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 @@ -10,7 +10,6 @@ on: - reopened jobs: - test: strategy: matrix: