From 232421f0485ba3bcfb6eec67d500b2f473eaf0d8 Mon Sep 17 00:00:00 2001 From: Marek Kubica Date: Mon, 22 Nov 2021 16:15:09 +0100 Subject: [PATCH] Run changelog action against `master` branch This is currently the branch that this repo uses as default. --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 3d12e892..fadd3b94 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -2,7 +2,7 @@ name: Changelog check on: pull_request: - branches: [ main ] + branches: [ master ] types: [ opened, synchronize, reopened, labeled, unlabeled ] jobs: