mirror of
https://github.com/2dust/v2rayN.git
synced 2025-09-03 00:36: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:
|
release_tag:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
description: "Tag for the release (optional)"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
1
.github/workflows/build-osx.yml
vendored
1
.github/workflows/build-osx.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
||||||
release_tag:
|
release_tag:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
description: "Tag for the release (optional)"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
1
.github/workflows/build-windows-desktop.yml
vendored
1
.github/workflows/build-windows-desktop.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
||||||
release_tag:
|
release_tag:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
description: "Tag for the release (optional)"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
1
.github/workflows/build-windows.yml
vendored
1
.github/workflows/build-windows.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
||||||
release_tag:
|
release_tag:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
description: "Tag for the release (optional)"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in a new issue