From 10df9a3ee72919fab8c8f43d39a19ed15393ba5e Mon Sep 17 00:00:00 2001 From: jbsv <90860471+jbsv@users.noreply.github.com> Date: Wed, 26 Oct 2022 16:38:53 +0200 Subject: [PATCH] fix gitflow --- .github/workflows/go_test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index ff0b78c..ff037ad 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -1,8 +1,10 @@ name: Go test on: - pull_request_target: + push: branches: [ main ] + pull_request_target: + types: [opened, synchronize, reopened] jobs: