chore: actions skip chore build

This commit is contained in:
lisonge 2023-10-27 22:06:55 +08:00
parent 08444157fc
commit 8bbea2bf52

View File

@ -9,6 +9,7 @@ on:
jobs:
build:
if: ${{ !startsWith(github.event.head_commit.message, 'chore:') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3