diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c8484ad6..60130ccc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,10 +5,13 @@ on: types: - opened - synchronize - - edited - reopened - ready_for_review - + branches: + - 'main' + - 'develop' + - 'release-**' + - 'hotfix-**' jobs: ci: runs-on: ubuntu-latest