1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-17 16:33:40 -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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -7,11 +7,13 @@ on:
- v* - v*
paths: paths:
- "**/*.go" - "**/*.go"
- "go.mod"
- "go.sum"
release: release:
types: [prereleased] types: [prereleased]
jobs: jobs:
build: package:
if: github.repository == 'v2fly/v2ray-core' if: github.repository == 'v2fly/v2ray-core'
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: debian:sid container: debian:sid

View File

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