add pr types
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 10s
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 10s
This commit is contained in:
parent
0c617d6855
commit
b2b0a1b3d7
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@ name: Lint and Format Check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, dev]
|
types: [opened, synchronize, reopened]
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-and-format:
|
lint-and-format:
|
||||||
|
|
Loading…
Reference in a new issue