Run CI against dev branches

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko
2026-07-09 10:20:18 -07:00
parent 20f86be5d8
commit 6c438b0479

View File

@@ -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