From fec3bb90961a183c9cb1b073329350da6b9581cb Mon Sep 17 00:00:00 2001 From: Manuel Vogel Date: Wed, 11 Nov 2020 08:47:35 +0100 Subject: [PATCH] ci: enables unit tests for master branch --- .github/workflows/unit-test.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/unit-test.yaml b/.github/workflows/unit-test.yaml index df384528..a77a7809 100644 --- a/.github/workflows/unit-test.yaml +++ b/.github/workflows/unit-test.yaml @@ -1,6 +1,10 @@ --- name: Unit Tests on: + push: + branches: + - master + - "release/**" pull_request: types: ['opened', 'synchronize'] paths: @@ -18,6 +22,7 @@ jobs: - uses: actions/setup-go@v2 with: go-version: '1.15' + - run: cat /etc/issue - run: bash scripts/gogetcookie.sh - run: make vet - run: make test