From 042b14653e83c4faeed2fffc555d71e82f45e197 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Sat, 16 Mar 2024 09:18:48 +0900 Subject: [PATCH] Do not update the man page for branches other than main --- .github/workflows/update-manpage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-manpage.yml b/.github/workflows/update-manpage.yml index a9cd2dee..e4442a72 100644 --- a/.github/workflows/update-manpage.yml +++ b/.github/workflows/update-manpage.yml @@ -6,6 +6,8 @@ on: push: paths: - 'docs/mold.md' + branches: + - main jobs: update-manpage: