Skip to content

Commit 433e4ea

Browse files
authored
Add path filter for running the solana CI tests (#134)
1 parent 687bae2 commit 433e4ea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/solana.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ on:
33
push:
44
branches:
55
- main
6-
pull_request: null
6+
pull_request:
7+
paths:
8+
- 'solana/**'
79

810
env:
911
RUSTC_VERSION: 1.75.0

.github/workflows/universal-rs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7+
paths:
8+
- 'universal/**'
79

810
env:
911
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)