ci: make the commit check action run on pull requests based on the type

This commit is contained in:
Matouš Volf 2024-08-15 12:09:55 +02:00
parent 0429b068ae
commit 677cea1cd2

View File

@ -2,7 +2,7 @@ name: conventional commits
on:
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened, edited ]
jobs:
build: