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