diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0e77c6..2c908fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,13 @@ name: Build and test -on: [push, pull_request] +# https://stackoverflow.com/a/70767151/3628232 +on: + push: + branches: + - master + pull_request: + branches: + - master jobs: test: