We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4733ab5 commit 6098a2bCopy full SHA for 6098a2b
.github/workflows/ci.yml
@@ -89,7 +89,9 @@ jobs:
89
github.event_name == 'push' &&
90
(
91
startsWith(github.event.head_commit.message, 'feat:') ||
92
+ startsWith(github.event.head_commit.message, 'feat!:') ||
93
startsWith(github.event.head_commit.message, 'fix:') ||
94
+ startsWith(github.event.head_commit.message, 'fix!:') ||
95
contains(github.event.head_commit.message, 'breaking change')
96
)
97
needs: [pack]
0 commit comments