Skip to content

Commit 298b460

Browse files
committed
Trigger CI on merge_group and more branches
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
1 parent 3e005a3 commit 298b460

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
name: Component Graph CI
22

33
on:
4+
merge_group:
45
push:
5-
branches: [ v0.x.x ]
6+
branches-ignore:
7+
# Ignore pushes to merge queues.
8+
# We only want to test the merge commit (`merge_group` event), the hashes
9+
# in the push were already tested by the PR checks
10+
- 'gh-readonly-queue/**'
11+
- 'dependabot/**'
612
pull_request:
713

814
jobs:

0 commit comments

Comments
 (0)