diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17146ff4..a96b6b8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ master, v5-dev ] + branches: [ master ] pull_request: branches: [ master ]