Skip to content

Commit a8d923e

Browse files
committed
ci: update rust and go ci paths
Signed-off-by: peefy <[email protected]>
1 parent e731a6f commit a8d923e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/go-test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ on:
88
tags:
99
- '*'
1010
pull_request:
11+
branches:
12+
- main
13+
paths:
14+
- "lib/**"
15+
- "*.go"
16+
- "go.mod"
17+
- "go.sum"
1118
workflow_dispatch:
1219

1320
permissions:

.github/workflows/rust-test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
tags:
99
- '*'
1010
pull_request:
11+
branches:
12+
- main
13+
paths:
14+
- "Cargo.toml"
15+
- "src/**"
1116
workflow_dispatch:
1217

1318
permissions:

0 commit comments

Comments
 (0)