mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-31 07:16:20 +00:00
fix indentation of feature request file. Fix error: Missing property "description" in build-related files.
This commit is contained in:
parent
8c55c629cd
commit
6b699fcae0
5 changed files with 36 additions and 32 deletions
1
.github/workflows/build-linux.yml
vendored
1
.github/workflows/build-linux.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
release_tag:
|
||||
required: false
|
||||
type: string
|
||||
description: "Tag for the release (optional)"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
1
.github/workflows/build-osx.yml
vendored
1
.github/workflows/build-osx.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
release_tag:
|
||||
required: false
|
||||
type: string
|
||||
description: "Tag for the release (optional)"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
1
.github/workflows/build-windows-desktop.yml
vendored
1
.github/workflows/build-windows-desktop.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
release_tag:
|
||||
required: false
|
||||
type: string
|
||||
description: "Tag for the release (optional)"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
1
.github/workflows/build-windows.yml
vendored
1
.github/workflows/build-windows.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
release_tag:
|
||||
required: false
|
||||
type: string
|
||||
description: "Tag for the release (optional)"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
Loading…
Reference in a new issue