chore: action check

This commit is contained in:
lisonge
2023-09-04 20:15:24 +08:00
parent 8a82a39ff9
commit 9bc86cc3ca

View File

@@ -11,8 +11,7 @@ on:
jobs:
check:
runs-on: ubuntu-latest
if: |
${{ !contains(github.event.head_commit.message, 'chore: release') }}
if: ${{ !startsWith(github.event.head_commit.message, 'chore(main):') && !contains(github.event.head_commit.message, 'release') }}
steps:
- uses: actions/checkout@v3
with: