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