mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-08-02 02:05:59 +08:00
Only publish on tags (skip-ci)
This commit is contained in:
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
@ -19,6 +19,7 @@ jobs:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
if: "!contains(github.event.head_commit.message, 'skip-ci') || startsWith(github.ref, 'refs/tags/')"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
kind: ['linux', 'windows', 'macOS']
|
kind: ['linux', 'windows', 'macOS']
|
||||||
|
Reference in New Issue
Block a user