mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-14 16:02:50 +08:00
Fix for 'chore:' CI criteria
This commit is contained in:
parent
47ef9a685e
commit
45a051150f
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -21,8 +21,8 @@ jobs:
|
||||
build:
|
||||
name: Build
|
||||
if: |
|
||||
(!contains(github.event.head_commit.message, 'skip-ci')
|
||||
&& !contains(github.event.head_commit.message, 'chore'))
|
||||
(!startsWith(github.event.head_commit.message, 'skip-ci')
|
||||
&& !startsWith(github.event.head_commit.message, 'chore:'))
|
||||
|| startsWith(github.ref, 'refs/tags/')
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user