mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Merge branch 'main' into decouple-component-from-root
This commit is contained in:
commit
e18de761b6
8
.github/workflows/lint-frontend.yml
vendored
8
.github/workflows/lint-frontend.yml
vendored
@ -4,9 +4,17 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'invokeai/frontend/web/**'
|
- 'invokeai/frontend/web/**'
|
||||||
|
types:
|
||||||
|
- 'ready_for_review'
|
||||||
|
- 'opened'
|
||||||
|
- 'synchronize'
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- 'main'
|
||||||
paths:
|
paths:
|
||||||
- 'invokeai/frontend/web/**'
|
- 'invokeai/frontend/web/**'
|
||||||
|
merge_group:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
2
.github/workflows/test-invoke-pip-skip.yml
vendored
2
.github/workflows/test-invoke-pip-skip.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
- 'invokeai/**'
|
- 'invokeai/**'
|
||||||
- 'invokeai/backend/**'
|
- 'invokeai/backend/**'
|
||||||
- 'invokeai/configs/**'
|
- 'invokeai/configs/**'
|
||||||
- 'invokeai/frontend/dist/**'
|
- 'invokeai/frontend/web/dist/**'
|
||||||
merge_group:
|
merge_group:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
4
.github/workflows/test-invoke-pip.yml
vendored
4
.github/workflows/test-invoke-pip.yml
vendored
@ -8,14 +8,14 @@ on:
|
|||||||
- 'invokeai/**'
|
- 'invokeai/**'
|
||||||
- 'invokeai/backend/**'
|
- 'invokeai/backend/**'
|
||||||
- 'invokeai/configs/**'
|
- 'invokeai/configs/**'
|
||||||
- 'invokeai/frontend/dist/**'
|
- 'invokeai/frontend/web/dist/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'pyproject.toml'
|
- 'pyproject.toml'
|
||||||
- 'invokeai/**'
|
- 'invokeai/**'
|
||||||
- 'invokeai/backend/**'
|
- 'invokeai/backend/**'
|
||||||
- 'invokeai/configs/**'
|
- 'invokeai/configs/**'
|
||||||
- 'invokeai/frontend/dist/**'
|
- 'invokeai/frontend/web/dist/**'
|
||||||
types:
|
types:
|
||||||
- 'ready_for_review'
|
- 'ready_for_review'
|
||||||
- 'opened'
|
- 'opened'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user