mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-11 16:25:39 -04:00
Fix and refine workflows (#199)
* Fix linter: ansible not found error * Refine codeql: only run on *.go files
This commit is contained in:
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -3,9 +3,13 @@ name: "CodeQL"
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- "**/*.go"
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [master]
|
||||
paths:
|
||||
- "**/*.go"
|
||||
schedule:
|
||||
- cron: '0 0 * * 1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user