diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cf5d9e..980d322 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: ci -on: [push, pull_request] +on: + pull_request: + push: + branches: + - master jobs: TestMatrix: