Skip to content

Commit 02348a7

Browse files
authored
Enable merge queue (#548)
1 parent 4667ad6 commit 02348a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/auto-testing.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
name: Python package
55

6-
on: [push, pull_request]
6+
on:
7+
push:
8+
pull_request:
9+
merge_group:
10+
711
jobs:
812
build:
913

0 commit comments

Comments
 (0)