mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-10 01:20:47 +03:00
fix: ci for gitbutler-core
testing shit
This commit is contained in:
parent
de181f2107
commit
3d831c8527
2
.github/workflows/push.yaml
vendored
2
.github/workflows/push.yaml
vendored
@ -35,6 +35,7 @@ jobs:
|
|||||||
rust: &any-rust
|
rust: &any-rust
|
||||||
- *rust
|
- *rust
|
||||||
- 'gitbutler-!(ui)/**'
|
- 'gitbutler-!(ui)/**'
|
||||||
|
- 'crates/**'
|
||||||
gitbutler-app:
|
gitbutler-app:
|
||||||
- *any-rust
|
- *any-rust
|
||||||
gitbutler-core:
|
gitbutler-core:
|
||||||
@ -197,6 +198,7 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
needs:
|
needs:
|
||||||
- changes
|
- changes
|
||||||
|
- check-gitbutler
|
||||||
- check-gitbutler-app
|
- check-gitbutler-app
|
||||||
- check-gitbutler-changeset
|
- check-gitbutler-changeset
|
||||||
- check-gitbutler-git
|
- check-gitbutler-git
|
||||||
|
Loading…
Reference in New Issue
Block a user