add repository_dispatch
This commit is contained in:
parent
9a7b4bdd39
commit
045af45c56
2 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,8 @@ on:
|
||||||
description: "The branch version you want to build"
|
description: "The branch version you want to build"
|
||||||
required: true
|
required: true
|
||||||
default: "main"
|
default: "main"
|
||||||
|
repository_dispatch:
|
||||||
|
types: [build-mainline]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
2
.github/workflows/build-singbox-docker.yml
vendored
2
.github/workflows/build-singbox-docker.yml
vendored
|
@ -6,6 +6,8 @@ on:
|
||||||
description: "The tag version you want to build"
|
description: "The tag version you want to build"
|
||||||
required: true
|
required: true
|
||||||
default: "main"
|
default: "main"
|
||||||
|
repository_dispatch:
|
||||||
|
types: [build-release]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue