File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
paths :
7
7
- " nym-vpn-core/**"
8
+ - " .github/workflows/ci-nym-vpn-core.yml"
8
9
workflow_dispatch :
9
10
10
11
env :
@@ -217,5 +218,5 @@ jobs:
217
218
run : |
218
219
cargo clippy --target aarch64-apple-ios -p nym-vpn-lib -- -Dwarnings
219
220
220
- build-nym-vpn-android :
221
- uses : ./.github/workflows/build-nym-vpn-android.yml
221
+ # build-nym-vpn-android:
222
+ # uses: ./.github/workflows/build-nym-vpn-android.yml
Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ name: ci-nym-vpn-desktop-rust
3
3
on :
4
4
workflow_dispatch :
5
5
pull_request :
6
- paths-ignore :
7
- - " nym-vpn-x/**"
8
- - " nym-vpn-apple/**"
9
- - " nym-vpn-android/**"
6
+ paths :
7
+ - " nym-vpn-core/**"
8
+ - " nym-vpn-desktop/**"
10
9
11
10
env :
12
11
CARGO_TERM_COLOR : always
You can’t perform that action at this time.
0 commit comments