mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-24 17:23:50 +01:00
chore(ci): do not run current ci for ui (#2189)
This commit is contained in:
parent
a616ba4eab
commit
a9e766f990
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
@ -5,8 +5,12 @@ name: Nix
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths-ignore:
|
||||
- 'ui/**'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths-ignore:
|
||||
- 'ui/**'
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user