mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-31 07:16:20 +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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
- reopened
|
||||||
|
- synchronize
|
||||||
env:
|
env:
|
||||||
OutputArch: "linux-64"
|
OutputArch: "linux-64"
|
||||||
OutputArchArm: "linux-arm64"
|
OutputArchArm: "linux-arm64"
|
||||||
|
|
8
.github/workflows/build-osx.yml
vendored
8
.github/workflows/build-osx.yml
vendored
|
@ -10,7 +10,13 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
- reopened
|
||||||
|
- synchronize
|
||||||
env:
|
env:
|
||||||
OutputArch: "macos-64"
|
OutputArch: "macos-64"
|
||||||
OutputArchArm: "macos-arm64"
|
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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
- reopened
|
||||||
|
- synchronize
|
||||||
env:
|
env:
|
||||||
OutputArch: "windows-64"
|
OutputArch: "windows-64"
|
||||||
OutputArchArm: "windows-arm64"
|
OutputArchArm: "windows-arm64"
|
||||||
|
|
8
.github/workflows/build-windows.yml
vendored
8
.github/workflows/build-windows.yml
vendored
|
@ -10,7 +10,13 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
- reopened
|
||||||
|
- synchronize
|
||||||
env:
|
env:
|
||||||
OutputArch: "windows-64"
|
OutputArch: "windows-64"
|
||||||
OutputArchArm: "windows-arm64"
|
OutputArchArm: "windows-arm64"
|
||||||
|
|
Loading…
Reference in a new issue