mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 23:06:46 +01:00
ci(ci): Adjust to only trigger on feat(icons)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
create-release:
|
||||
if: github.repository == 'lucide-icons/lucide' && ${{ !startsWith('fix(icons)', github.event.head_commit.message) }}
|
||||
if: github.repository == 'lucide-icons/lucide' && ${{ startsWith(github.event.head_commit.message, 'feat(icons)') }}
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
VERSION: ${{ steps.new-version.outputs.NEW_VERSION }}
|
||||
|
||||
Reference in New Issue
Block a user