diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index ab0894e..ae0e33e 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -2,7 +2,7 @@ name: conventional commits on: pull_request: - branches: [ main ] + types: [ opened, synchronize, reopened, edited ] jobs: build: