ci: exclude pipeline by folder

This commit is contained in:
Valerio Ageno
2024-06-16 11:02:50 +02:00
parent a72656cb4b
commit 091c94d609
2 changed files with 14 additions and 0 deletions
+7
View File
@@ -2,7 +2,14 @@ name: Rust CI
on:
push:
paths:
- .github
- crates
pull_request:
paths:
- .github
- crates
env:
CARGO_TERM_COLOR: always
+7
View File
@@ -2,7 +2,14 @@ name: Typescript CI
on:
push:
paths:
- .github
- packages
pull_request:
paths:
- .github
- packages
jobs:
build-and-test: