[change] action workflow

This commit is contained in:
Max 2023-04-02 09:57:34 +08:00
parent d8ccc59061
commit e569ec9b17
3 changed files with 5 additions and 14 deletions

View file

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

View file

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

View file

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