fix: add pr types for action #155
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@ name: Lint and Format Check
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main, dev]
|
||||
types: [opened, synchronize, reopened]
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
lint-and-format:
|
||||
|
|
Loading…
Reference in a new issue