Skip to content

Commit f537241

Browse files
committed
Add trigger on merge queue
1 parent f37c708 commit f537241

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ name: Tests
22

33
on:
44
pull_request:
5+
merge_group:
56
push:
6-
# trying and staging branches are for BORS config
77
branches:
8-
- trying
9-
- staging
108
- main
11-
- feature/**
129
- v1.x
1310

1411
jobs:

0 commit comments

Comments
 (0)