diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07118c775b..e207517d83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,13 @@ name: Continuous integration -on: - pull_request: +on: push: branches: - master - + pull_request: + branches: + - master + jobs: check-style: name: Check style