[change] action workflow
This commit is contained in:
parent
d8ccc59061
commit
e569ec9b17
3 changed files with 5 additions and 14 deletions
|
|
@ -6,7 +6,7 @@ on:
|
||||||
# paths:
|
# paths:
|
||||||
# - ".github/workflows/docker.yml"
|
# - ".github/workflows/docker.yml"
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["Release Linux"]
|
workflows: ["Build Linux Dev"]
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
|
||||||
|
|
@ -1,17 +1,13 @@
|
||||||
name: Release Linux
|
name: Build Linux Dev
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
tags:
|
tags:
|
||||||
description: "Version tags"
|
description: "Version tags"
|
||||||
push:
|
|
||||||
branches: [v0.10.3-dev]
|
|
||||||
paths:
|
|
||||||
- "share/const.go"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: [1.19.2]
|
go: [1.19.2]
|
||||||
|
|
@ -1,17 +1,12 @@
|
||||||
name: Release MacOS
|
name: Build MacOS Dev
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
tags:
|
tags:
|
||||||
description: "Version tags"
|
description: "Version tags"
|
||||||
push:
|
|
||||||
branches: [v0.10.3-dev]
|
|
||||||
paths:
|
|
||||||
- "share/const.go"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: [1.19.2]
|
go: [1.19.2]
|
||||||
Loading…
Add table
Reference in a new issue