From 35518ba0bfbbc0d644b6377cc5b9a6554538f1e2 Mon Sep 17 00:00:00 2001 From: Johannes Kaufmann Date: Wed, 6 Nov 2024 22:04:34 +0100 Subject: [PATCH] github actions: remove v2 branch from workflow --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 585591e..a9e2f7a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ main, v2 ] + branches: [ main ] pull_request: - branches: [ main, v2 ] + branches: [ main ] jobs: