fix: add pr types for action (#155)
All checks were successful
Publish latest version / build (push) Successful in 1m45s
All checks were successful
Publish latest version / build (push) Successful in 1m45s
Reviewed-on: #155 Co-authored-by: Mylloon <kennel.anri@tutanota.com> Co-committed-by: Mylloon <kennel.anri@tutanota.com>
This commit is contained in:
parent
0c617d6855
commit
aded2add59
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