We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ba4d4 commit db1705bCopy full SHA for db1705b
.github/workflows/ci.yml
@@ -2,16 +2,9 @@ name: CI
2
3
on:
4
pull_request:
5
- branches:
6
- - main
7
- paths-ignore:
8
- - "**/hil.yml"
9
- - "**/*.md"
10
push:
11
12
13
14
workflow_dispatch:
+ merge_group:
15
16
env:
17
CARGO_TERM_COLOR: always
.github/workflows/hil.yml
@@ -2,15 +2,7 @@ name: HIL
- - "**/ci.yml"
inputs:
repository:
@@ -21,6 +13,8 @@ on:
21
description: "Branch, tag or SHA to checkout."
22
required: true
23
default: "main"
+
24
18
25
19
26
20
0 commit comments