From 437b2a2219a1c37c81c54e99d2582f4454cf6da4 Mon Sep 17 00:00:00 2001 From: Kamaleshwar Date: Fri, 4 Oct 2024 18:14:50 +0200 Subject: [PATCH] [-] fix GH workflow branch identifier --- .github/workflows/go.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fbe1391..3fd364c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,9 +5,9 @@ name: Go on: push: - branches: ["main"] + branches: ["master"] pull_request: - branches: ["main"] + branches: ["master"] jobs: build: diff --git a/README.md b/README.md index 3df7ea9..2079c2c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

verifier gopher

-[![](https://github.com/naughtygopher/verifier/actions/workflows/go.yml/badge.svg)](https://github.com/naughtygopher/verifier/actions) +[![](https://github.com/naughtygopher/verifier/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/naughtygopher/verifier/actions) [![](https://godoc.org/github.com/nathany/looper?status.svg)](http://godoc.org/github.com/naughtygopher/verifier) # Verifier