1
1
mirror of https://github.com/ellie/atuin.git synced 2024-10-04 00:19:39 +03:00

chore(ci): do not run current ci for ui (#2189)

This commit is contained in:
Ellie Huxtable 2024-06-24 08:18:37 +01:00 committed by GitHub
parent a616ba4eab
commit a9e766f990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -5,8 +5,12 @@ name: Nix
on:
push:
branches: [ main ]
paths-ignore:
- 'ui/**'
pull_request:
branches: [ main ]
paths-ignore:
- 'ui/**'
jobs:
check:

View File

@ -3,8 +3,12 @@ name: Rust
on:
push:
branches: [main]
paths-ignore:
- 'ui/**'
pull_request:
branches: [main]
paths-ignore:
- 'ui/**'
env:
CARGO_TERM_COLOR: always