diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cbbf43a9..d60219aef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: CI -on: [push] +on: + push: + branches: + - master + pull_request: + branches: + - master jobs: test: