diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index 74bdeb94edc99..b2a0c693e58ce 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -3,16 +3,19 @@ on: push: branches: - master + - translate - 'project/**' - 'gh-readonly-queue/master/**' - 'gh-readonly-queue/project/**' pull_request: branches: - master + - translate - 'project/**' merge_group: branches: - master + - translate jobs: run_linters: if: ( !contains(github.event.head_commit.message, '[ci skip]') )