diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9c210dc..00a2829 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,6 +5,9 @@ on: - master tags-ignore: - '*.*' + pull_request: + branches: + - master jobs: test: @@ -12,7 +15,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - name: Test with coverage + name: build and test steps: - name: Checkout code