diff --git a/.forgejo/workflows/pr-lint-format.yml b/.forgejo/workflows/pr-lint-format.yml index 05a8ddc..1b6be45 100644 --- a/.forgejo/workflows/pr-lint-format.yml +++ b/.forgejo/workflows/pr-lint-format.yml @@ -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: