diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc93327af..0c3163351 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,11 +3,13 @@ name: "CI" on: push: branches: - - * + - develop + - ?.0release - feature/* pull_request: branches: - - * + - develop + - ?.0release - feature/* jobs: