From 49d29d6e5f338b533f7b0573435d5cf071d97150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Volf?= Date: Thu, 15 Aug 2024 11:45:59 +0200 Subject: [PATCH] fix: make the action target PRs on the branch `main` --- .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 cb43ba0..ab0894e 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -2,7 +2,7 @@ name: conventional commits on: pull_request: - branches: [ master ] + branches: [ main ] jobs: build: