mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-07-05 16:38:17 -04:00
🐛 fix CodeQL is triggered multiple times
(cherry picked from commit 36d320a4a95266c69c5101a0cb423d11a1bcb1fc)
This commit is contained in:
parent
2fcc0ba1bb
commit
b1311cf807
5
.github/workflows/codeql-analysis.yml
vendored
5
.github/workflows/codeql-analysis.yml
vendored
@ -2,8 +2,13 @@ name: CodeQL
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
types: [opened, synchronize, reopened]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- '**/*.txt'
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
Loading…
x
Reference in New Issue
Block a user