diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d059608ec6ddc..0510fa89a6a98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: # See https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions merge_group: pull_request: - branches: ['main', 'release/**'] + branches: ['main', 'release/**', 'dev/**'] permissions: # added using https://github.com/step-security/secure-workflows contents: read