mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: "GH Actions" comments cleanup
This commit is contained in:
parent
17bedaae12
commit
88ce04253d
@ -13,7 +13,7 @@ on:
|
||||
- main
|
||||
|
||||
# To trigger auto version publish name your squashed commits using conventional notation
|
||||
# We support: feat:, fix:m :refactor and :chore
|
||||
# We support: feat:, fix:, refactor: and chore:
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ startsWith(github.event.head_commit.message, 'feat:') || startsWith(github.event.head_commit.message, 'fix:') || startsWith(github.event.head_commit.message, 'refactor:') || startsWith(github.event.head_commit.message, 'chore:') }}
|
||||
|
Loading…
Reference in New Issue
Block a user