0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-16 13:27:16 +03:00

Workflows: Trigger all Build & Test on all branches & files

https://github.com/XTLS/Xray-core/pull/4192#issuecomment-2566960668
This commit is contained in:
RPRX
2025-01-01 11:51:32 +00:00
committed by GitHub
parent 0658c9545b
commit dd4ba823f5
3 changed files with 7 additions and 36 deletions

View File

@ -2,20 +2,8 @@ name: Test
on:
push:
branches:
- main
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
- ".github/workflows/*.yml"
pull_request:
types: [opened, synchronize, reopened]
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
- ".github/workflows/*.yml"
jobs:
test: