From 677cea1cd2a53825fe63aec4ad1ba854c6e386db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Volf?= Date: Thu, 15 Aug 2024 12:09:55 +0200 Subject: [PATCH] ci: make the commit check action run on pull requests based on the type --- .github/workflows/conventional-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: