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