1
0
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:
Loyalsoldier
2020-09-16 15:18:25 +08:00
committed by GitHub
parent b744a63990
commit e32c651573
2 changed files with 6 additions and 1 deletions

View File

@@ -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'