diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 789523e..08fbfb5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,7 +5,9 @@ name: Go on: push: - branches: [ "main" ] + branches: + - main + - 'releases/**' pull_request: branches: [ "main" ]