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"
|
||||
required: true
|
||||
default: "main"
|
||||
repository_dispatch:
|
||||
types: [build-mainline]
|
||||
|
||||
jobs:
|
||||
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"
|
||||
required: true
|
||||
default: "main"
|
||||
repository_dispatch:
|
||||
types: [build-release]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue