diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7887c9a6..99e2297b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,13 @@ -on: [push, pull_request, workflow_dispatch] name: Test +on: + push: + branches: + - master + pull_request: + branches: + - master + env: PACT_BROKER_BASE_URL: https://testdemo.pactflow.io PACT_BROKER_TOKEN: ${{ secrets.PACT_BROKER_TOKEN }} @@ -76,7 +83,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Test dockerfile + - name: Test dockerfile run: make docker_test_all env: GO_VERSION: ${{ matrix.go-version }}