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: