Skip to content

Commit db1705b

Browse files
ci: Update the conditions that trigger the CI workflows (#653)
1 parent 44ba4d4 commit db1705b

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,9 @@ name: CI
22

33
on:
44
pull_request:
5-
branches:
6-
- main
7-
paths-ignore:
8-
- "**/hil.yml"
9-
- "**/*.md"
105
push:
11-
paths-ignore:
12-
- "**/hil.yml"
13-
- "**/*.md"
146
workflow_dispatch:
7+
merge_group:
158

169
env:
1710
CARGO_TERM_COLOR: always

.github/workflows/hil.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@ name: HIL
22

33
on:
44
pull_request:
5-
branches:
6-
- main
7-
paths-ignore:
8-
- "**/ci.yml"
9-
- "**/*.md"
105
push:
11-
paths-ignore:
12-
- "**/ci.yml"
13-
- "**/*.md"
146
workflow_dispatch:
157
inputs:
168
repository:
@@ -21,6 +13,8 @@ on:
2113
description: "Branch, tag or SHA to checkout."
2214
required: true
2315
default: "main"
16+
merge_group:
17+
2418
env:
2519
CARGO_TERM_COLOR: always
2620

0 commit comments

Comments
 (0)