Skip to content

Commit

Permalink
Merge pull request v2ray#119 from Loyalsoldier/refine-workflow
Browse files Browse the repository at this point in the history
Refine workflow
  • Loading branch information
kslr authored Aug 24, 2020
2 parents ef460f6 + 2f1f047 commit b94e4eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Coverage
on:
push:
branches: [master]
paths:
- "**/*.go"

jobs:
coverage:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [master]
pull_request:
branches: [master]
paths:
- "**/*.go"

jobs:
test:
Expand Down

0 comments on commit b94e4eb

Please sign in to comment.