mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
ci: exclude pipeline by folder
This commit is contained in:
@@ -2,7 +2,14 @@ name: Rust CI
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- .github
|
||||
- crates
|
||||
pull_request:
|
||||
paths:
|
||||
- .github
|
||||
- crates
|
||||
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
@@ -2,7 +2,14 @@ name: Typescript CI
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- .github
|
||||
- packages
|
||||
pull_request:
|
||||
paths:
|
||||
- .github
|
||||
- packages
|
||||
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
|
||||
Reference in New Issue
Block a user