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: on:
pull_request: pull_request:
paths:
- 'invokeai/frontend/web/**'
types: types:
- 'ready_for_review' - 'ready_for_review'
- 'opened' - 'opened'
@ -11,8 +9,6 @@ on:
push: push:
branches: branches:
- 'main' - 'main'
paths:
- 'invokeai/frontend/web/**'
merge_group: merge_group:
workflow_dispatch: workflow_dispatch: