diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dc8c1c6..68794179 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,12 @@ name: Continuous Integration on: - - push - - pull_request + pull_request: + push: + branches: + - "master" + - "v3" + - "v3-revolt" jobs: tests: