chore(workflow): omit env commits

This commit is contained in:
源文雨
2024-07-16 17:15:45 +09:00
parent 267dc39925
commit 61fd5628cd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, 'chore(format): ')"
if: "!contains(github.event.head_commit.message, 'chore(format): ') && !contains(github.event.head_commit.message, 'chore(env): ')"
strategy:
matrix: