1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-17 11:09:12 -04:00

CI: only run release workflow when changing release.yml file (#3492)

This commit is contained in:
Loyalsoldier
2025-08-30 05:32:52 +08:00
committed by GitHub
parent 036979654b
commit 54dd6d7cb6

View File

@@ -14,14 +14,14 @@ on:
- "**/*.go"
- "go.mod"
- "go.sum"
- ".github/workflows/*.yml"
- ".github/workflows/release.yml"
pull_request:
types: [opened, synchronize, reopened]
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
- ".github/workflows/*.yml"
- ".github/workflows/release.yml"
jobs:
build:
@@ -105,7 +105,7 @@ jobs:
pie: pie
- goos: linux
goarch: amd64
pie:
pie:
# END MIPS
# END Other architectures
fail-fast: false