1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-07-15 05:12:39 -04:00

Refine workflows (#464)

This commit is contained in:
Loyalsoldier
2020-11-27 08:33:44 +08:00
committed by GitHub
parent cfbb826e1e
commit 63912f99ec
2 changed files with 4 additions and 6 deletions

View File

@@ -12,19 +12,15 @@ on:
- "**/*.go"
- "go.mod"
- "go.sum"
- ".github/workflows/*.yml"
- ".github/workflows/*.yaml"
pull_request:
types: [opened, synchronize, reopened]
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
- ".github/workflows/*.yml"
- ".github/workflows/*.yaml"
jobs:
release:
build:
if: github.repository != 'v2ray/v2ray-core'
runs-on: ubuntu-latest
steps: