Skip to content

Commit 837b5f2

Browse files
committed
Run CI in merge group, only on changes sent to main
1 parent 59758fc commit 837b5f2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
name: CI
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
merge_group:
10+
branches:
11+
- main
312

413
jobs:
514
test:

0 commit comments

Comments
 (0)