mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-30 14:56:19 +00:00
run workflows on pull request
This commit is contained in:
parent
d264bbf796
commit
c20a67fd39
4 changed files with 28 additions and 4 deletions
8
.github/workflows/build-linux.yml
vendored
8
.github/workflows/build-linux.yml
vendored
|
@ -10,7 +10,13 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
env:
|
||||
OutputArch: "linux-64"
|
||||
OutputArchArm: "linux-arm64"
|
||||
|
|
8
.github/workflows/build-osx.yml
vendored
8
.github/workflows/build-osx.yml
vendored
|
@ -10,7 +10,13 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
env:
|
||||
OutputArch: "macos-64"
|
||||
OutputArchArm: "macos-arm64"
|
||||
|
|
8
.github/workflows/build-windows-desktop.yml
vendored
8
.github/workflows/build-windows-desktop.yml
vendored
|
@ -10,7 +10,13 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
env:
|
||||
OutputArch: "windows-64"
|
||||
OutputArchArm: "windows-arm64"
|
||||
|
|
8
.github/workflows/build-windows.yml
vendored
8
.github/workflows/build-windows.yml
vendored
|
@ -10,7 +10,13 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
env:
|
||||
OutputArch: "windows-64"
|
||||
OutputArchArm: "windows-arm64"
|
||||
|
|
Loading…
Reference in a new issue