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 66bf6d5ce9
commit 00de138530

View File

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