From ceeac686c48d50b3043dd8f2b317fc3d0556c66f Mon Sep 17 00:00:00 2001 From: liangliangyy Date: Tue, 7 Sep 2021 16:37:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A3=80=E6=9F=A5=E5=BF=BD?= =?UTF-8?q?=E7=95=A5txt=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/codeql-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4c6169d..b872d07 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -21,6 +21,7 @@ on: - '**/*.css' - '**/*.js' - '**/*.yml' + - '**/*.txt' pull_request: # The branches below must be a subset of the branches above branches: @@ -31,6 +32,7 @@ on: - '**/*.css' - '**/*.js' - '**/*.yml' + - '**/*.txt' schedule: - cron: '33 6 * * 0'