diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index d412743eb1..bcd8b15604 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -1,7 +1,11 @@ name: Go #TODO: extend the conditions once workflow gets tested together with other workflows -on: [push, pull_request] +on: + push: + branches: + - master + pull_request: jobs: build-and-test: