Update release.yml

This commit is contained in:
真心 2023-10-15 00:01:17 +08:00 committed by GitHub
parent deaffa7f54
commit 825ccfcb55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Release Shamrock
name: Shamrock Release
on:
push:
@ -9,7 +9,6 @@ jobs:
build:
name: Release
runs-on: ubuntu-latest
if: "! contains(github.event.head_commit.message, 'Merge remote-tracking branch')"
steps:
- uses: actions/checkout@v4