From e53881bf7a20526e76a27bbf744abf97b03d2af1 Mon Sep 17 00:00:00 2001 From: Gabriele <10689839+vibridi@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:32:04 +0200 Subject: [PATCH] Run unit test via github action also when pushing to main branch --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c9d6072..65e8d75 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,6 +1,9 @@ name: Run Unit Tests on: + push: + branches: + - main pull_request: types: [opened, synchronize]