1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 10:45:22 +00:00

Merge pull request #119 from Loyalsoldier/refine-workflow

Refine workflow
This commit is contained in:
Kslr 2020-08-25 03:15:00 +08:00 committed by GitHub
commit b94e4eb835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -3,6 +3,8 @@ name: Coverage
on:
push:
branches: [master]
paths:
- "**/*.go"
jobs:
coverage:

View File

@ -1,11 +1,11 @@
name: Lint Code Base
name: Lint
on:
push:
branches: [master]
pull_request:
branches: [master]
types: [assigned, opened, synchronize, reopened]
types: [opened, synchronize, reopened]
jobs:
lint:

View File

@ -5,6 +5,8 @@ on:
branches: [master]
pull_request:
branches: [master]
paths:
- "**/*.go"
jobs:
test: