Update lint-frontend.yml

The action should run on every PR. We can make this more efficient in the future.
This commit is contained in:
psychedelicious 2023-08-01 21:29:16 +10:00
parent fb8f218901
commit 41d6a38690

View File

@ -2,8 +2,6 @@ name: Lint frontend
on:
pull_request:
paths:
- 'invokeai/frontend/web/**'
types:
- 'ready_for_review'
- 'opened'
@ -11,8 +9,6 @@ on:
push:
branches:
- 'main'
paths:
- 'invokeai/frontend/web/**'
merge_group:
workflow_dispatch: