From 03b42028b329052d6e7cccaeda73f7e8ceb3628b Mon Sep 17 00:00:00 2001 From: guoaomen Date: Tue, 13 Dec 2022 14:24:17 +0800 Subject: [PATCH] fix: delete previous note alerts --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 775f85282..7cee04351 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -3,6 +3,8 @@ name: "CodeQL" on: pull_request: types: [opened, reopened, synchronize, ready_for_review] + push: + branches: [ 'master' ] jobs: analyze: