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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 36 deletions

View file

@ -11,20 +11,9 @@ on:
release:
types: [published]
push:
branches:
- main
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
- ".github/workflows/release.yml"
pull_request:
types: [opened, synchronize, reopened]
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
- ".github/workflows/release.yml"
jobs:
prepare:
runs-on: ubuntu-latest