1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-08 21:49:08 -04:00

Refine GitHub workflows running condition (#447)

This commit is contained in:
Loyalsoldier
2020-11-23 20:51:58 +08:00
committed by GitHub
parent cfe5de7b97
commit 7acf515258
5 changed files with 15 additions and 10 deletions

View File

@@ -2,16 +2,15 @@ name: CodeQL
on:
push:
branches: [master]
branches:
- master
- v*
paths:
- "**/*.go"
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
paths:
- "**/*.go"
schedule:
- cron: '0 0 * * 1'
jobs:
analyze: