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