fix: add pr types for action (#155)
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:
Mylloon 2024-09-04 10:05:20 +02:00 committed by Mylloon
parent 0c617d6855
commit aded2add59
Signed by: Forgejo
GPG key ID: E72245C752A07631

View file

@ -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: