From d90f4b0c4350dfd160ac72ca8f9f0e29507e1ee8 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 12 Aug 2023 11:05:50 +0800 Subject: [PATCH] Update text-lint.yml --- .github/workflows/text-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/text-lint.yml b/.github/workflows/text-lint.yml index 1c8eda0..24c908b 100644 --- a/.github/workflows/text-lint.yml +++ b/.github/workflows/text-lint.yml @@ -3,8 +3,8 @@ name: Check and correct text on: push: branches: [master] - pull_request: - branches: [master] + # pull_request: + # branches: [master] jobs: check-and-lint-text: