Skip to content

Commit 1098e1a

Browse files
author
Victor Koenders
committed
Updated miri triggers to match the other pipelines
1 parent 2bb3b7c commit 1098e1a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/miri.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
{
22
"name": "miri",
33
"on": [
4-
"pull_request"
4+
"push": {
5+
"branches": [
6+
"trunk",
7+
"v*.x",
8+
"ci/*"
9+
]
10+
},
11+
"pull_request": {
12+
"branches": [
13+
"trunk",
14+
"v*.x"
15+
]
16+
}
517
],
618
"jobs": {
719
"miri": {

0 commit comments

Comments
 (0)