From 338229cbfa73058a9e7cb9ed52b6e8da35022ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20M=C3=B6ller?= Date: Sat, 1 Jun 2024 16:12:46 +0200 Subject: [PATCH] .github/workflows/go.yaml aktualisiert --- .github/workflows/go.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 8f62c47..fe838cd 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -5,9 +5,9 @@ name: Build on: push: - branches: [ "main" ] + branches: [ "main","test" ] pull_request: - branches: [ "main" ] + branches: [ "main","test" ] jobs: