From b9232352f210a1575066dba1a9e123363b46f4c6 Mon Sep 17 00:00:00 2001 From: kang <1115610574@qq.com> Date: Thu, 28 Dec 2023 18:10:53 +0800 Subject: [PATCH] Only run pr-title workflow when README.md is modified (#1018) --- .github/workflows/pr-title.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index e40ca60..b733eee 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -3,6 +3,7 @@ name: PR Title on: pull_request: types: [opened, edited, synchronize] + paths: [README.md] jobs: run: