Fix eslint comment action config
This commit is contained in:
parent
19b79d819b
commit
af4aff0574
1 changed files with 3 additions and 1 deletions
4
.github/workflows/quality.yml
vendored
4
.github/workflows/quality.yml
vendored
|
@ -7,8 +7,10 @@ concurrency:
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master, release* ]
|
branches: [ master, release* ]
|
||||||
pull_request:
|
pull_request_target:
|
||||||
branches: [ master, release* ]
|
branches: [ master, release* ]
|
||||||
|
types:
|
||||||
|
- synchronize
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-escheck:
|
run-escheck:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue