Merge pull request #345 from trheyi/main

[change] action workflow
This commit is contained in:
Max 2023-04-02 09:58:11 +08:00 committed by GitHub
commit 9bd3310f26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 14 deletions

View file

@ -6,7 +6,7 @@ on:
# paths:
# - ".github/workflows/docker.yml"
workflow_run:
workflows: ["Release Linux"]
workflows: ["Build Linux Dev"]
types:
- completed

View file

@ -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]

View file

@ -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]