diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7a83195a..c63291262 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,9 @@ jobs: github.event_name == 'push' && ( startsWith(github.event.head_commit.message, 'feat:') || + startsWith(github.event.head_commit.message, 'feat!:') || startsWith(github.event.head_commit.message, 'fix:') || + startsWith(github.event.head_commit.message, 'fix!:') || contains(github.event.head_commit.message, 'breaking change') ) needs: [pack]