mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-19 15:41:31 +03:00
Merge pull request #2324 from gitbutlerapp/add-test-attribute-and-allow-unused-imports
use more advanced filters to better cull unrelated files and clean up filters
This commit is contained in:
commit
c262b0d9cb
25
.github/workflows/push.yaml
vendored
25
.github/workflows/push.yaml
vendored
@ -21,33 +21,24 @@ jobs:
|
||||
- 'gitbutler-ui/**'
|
||||
- 'package.json'
|
||||
- 'pnpm-lock.yaml'
|
||||
rust:
|
||||
- 'gitbutler-*/**'
|
||||
- '!gitbutler-ui/**'
|
||||
common-rust: &rust
|
||||
- 'Cargo.lock'
|
||||
- 'Cargo.toml'
|
||||
- 'rust-toolchain.toml'
|
||||
rust: &any-rust
|
||||
- *rust
|
||||
- 'gitbutler-!(ui)/**'
|
||||
gitbutler-app:
|
||||
- 'gitbutler-*/**'
|
||||
- '!gitbutler-ui/**'
|
||||
- 'Cargo.lock'
|
||||
- 'Cargo.toml'
|
||||
- 'rust-toolchain.toml'
|
||||
- *any-rust
|
||||
gitbutler-core:
|
||||
- *rust
|
||||
- 'gitbutler-core/**'
|
||||
- 'Cargo.lock'
|
||||
- 'Cargo.toml'
|
||||
- 'rust-toolchain.toml'
|
||||
gitbutler-git:
|
||||
- *rust
|
||||
- 'gitbutler-git/**'
|
||||
- 'Cargo.lock'
|
||||
- 'Cargo.toml'
|
||||
- 'rust-toolchain.toml'
|
||||
gitbutler-diff:
|
||||
- *rust
|
||||
- 'gitbutler-diff/**'
|
||||
- 'Cargo.lock'
|
||||
- 'Cargo.toml'
|
||||
- 'rust-toolchain.toml'
|
||||
|
||||
lint-node:
|
||||
needs: changes
|
||||
|
Loading…
Reference in New Issue
Block a user