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