From c01cdf50c8a8cb2cdd792b005a1cdaa2135edeca Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Tue, 23 Apr 2024 14:59:20 +0200 Subject: [PATCH] Only on PR and on push to master --- .github/workflows/go-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index 4e146a2..4f8f87f 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -1,10 +1,12 @@ name: Go-Tests on: + pull_request: + branches: + - develop push: branches: - master - - develop jobs: test: runs-on: ubuntu-latest