🐛 fix CodeQL is triggered multiple times

(cherry picked from commit 36d320a4a9)
This commit is contained in:
kslr 2021-09-09 11:50:35 +08:00 committed by Shelikhoo
parent 2fcc0ba1bb
commit b1311cf807
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
1 changed files with 5 additions and 0 deletions

View File

@ -2,8 +2,13 @@ name: CodeQL
on:
push:
branches: [master]
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
paths-ignore:
- '**/*.md'
- '**/*.txt'
jobs:
analyze: