From 75ef2585fcb8e5ea0a0b25b3f5a0f41540db0114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 20 Oct 2025 20:53:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20latest-changes=20config?= =?UTF-8?q?=20to=20point=20to=20`main`=20as=20the=20main=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/latest-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index d4e64c7..03309d4 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -3,7 +3,7 @@ name: Latest Changes on: pull_request_target: branches: - - master + - main types: - closed workflow_dispatch: