mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-31 15:26:20 +00:00
run workflows on any branches
This commit is contained in:
parent
6b699fcae0
commit
d264bbf796
4 changed files with 4 additions and 4 deletions
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
||||||
description: "Tag for the release (optional)"
|
description: "Tag for the release (optional)"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- '*'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
OutputArch: "linux-64"
|
OutputArch: "linux-64"
|
||||||
|
|
2
.github/workflows/build-osx.yml
vendored
2
.github/workflows/build-osx.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
||||||
description: "Tag for the release (optional)"
|
description: "Tag for the release (optional)"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- '*'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
OutputArch: "macos-64"
|
OutputArch: "macos-64"
|
||||||
|
|
2
.github/workflows/build-windows-desktop.yml
vendored
2
.github/workflows/build-windows-desktop.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
||||||
description: "Tag for the release (optional)"
|
description: "Tag for the release (optional)"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- '*'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
OutputArch: "windows-64"
|
OutputArch: "windows-64"
|
||||||
|
|
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
||||||
description: "Tag for the release (optional)"
|
description: "Tag for the release (optional)"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- '*'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
OutputArch: "windows-64"
|
OutputArch: "windows-64"
|
||||||
|
|
Loading…
Reference in a new issue