From 36b2d79e3840ebf69e838116a640215954d0cc70 Mon Sep 17 00:00:00 2001 From: Yuru Shao Date: Mon, 20 Jun 2022 13:06:20 -0700 Subject: [PATCH] add tests.py to on:pull_request:paths-ignore --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7c5f9e2..b0058ba 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -8,6 +8,7 @@ on: branches: [ "master" ] # Skip the workflow if PR only contains changes to files matching the following path patterns paths-ignore: + - tests.py - '**/*.md' - '**/*.rst' - 'snappass/static/bootstrap/**'