From e67c97cc21651644f24bfadabf55e5d4297dda84 Mon Sep 17 00:00:00 2001 From: Dimitrij Date: Sat, 13 Sep 2025 21:40:37 +0100 Subject: [PATCH] Update workflow to trigger on specific branch --- .github/workflows/add_PR_2_chlog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_PR_2_chlog.yml b/.github/workflows/add_PR_2_chlog.yml index f3032463..45ce79b3 100644 --- a/.github/workflows/add_PR_2_chlog.yml +++ b/.github/workflows/add_PR_2_chlog.yml @@ -4,7 +4,7 @@ on: # 1) Auto on pushes to your repo’s default branch (merge commits included) push: branches: - - '${{ github.event.repository.default_branch }}' + - v1.78.2-dev # 2) Auto when a PR is closed (so you can merge manually via the UI) pull_request_target: