Merge branch 'main' into decouple-component-from-root

This commit is contained in:
Mary Hipp Rogers 2023-03-08 13:13:43 -05:00 committed by GitHub
commit e18de761b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View File

@ -4,9 +4,17 @@ on:
pull_request:
paths:
- 'invokeai/frontend/web/**'
types:
- 'ready_for_review'
- 'opened'
- 'synchronize'
push:
branches:
- 'main'
paths:
- 'invokeai/frontend/web/**'
merge_group:
workflow_dispatch:
defaults:
run:

View File

@ -6,7 +6,7 @@ on:
- 'invokeai/**'
- 'invokeai/backend/**'
- 'invokeai/configs/**'
- 'invokeai/frontend/dist/**'
- 'invokeai/frontend/web/dist/**'
merge_group:
workflow_dispatch:

View File

@ -8,14 +8,14 @@ on:
- 'invokeai/**'
- 'invokeai/backend/**'
- 'invokeai/configs/**'
- 'invokeai/frontend/dist/**'
- 'invokeai/frontend/web/dist/**'
pull_request:
paths:
- 'pyproject.toml'
- 'invokeai/**'
- 'invokeai/backend/**'
- 'invokeai/configs/**'
- 'invokeai/frontend/dist/**'
- 'invokeai/frontend/web/dist/**'
types:
- 'ready_for_review'
- 'opened'