1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

fix: "GH Actions" comments cleanup

This commit is contained in:
Mateusz Kwasniewski 2023-02-08 16:01:24 +01:00 committed by GitHub
parent 17bedaae12
commit 88ce04253d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:') }}