From 3dc14dc25f83583c7e9fa46b7575a8b14d6fc711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aitor=20P=C3=A9rez=20Cedres?= Date: Tue, 18 Jul 2023 13:28:20 +0100 Subject: [PATCH] Tests in Actions for v2 branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aitor Pérez Cedres --- .github/workflows/build_test_linux.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_test_linux.yml b/.github/workflows/build_test_linux.yml index 7b84d69a..c5f58f00 100644 --- a/.github/workflows/build_test_linux.yml +++ b/.github/workflows/build_test_linux.yml @@ -1,13 +1,11 @@ -# This workflow will build a golang project -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go - -name: Go Tests +--- +name: Build & Tests on: push: - branches: [ "main" ] + branches: [ "v2" ] pull_request: - branches: [ "main" ] + branches: [ "v2" ] jobs: build: