Add enh/* branch pattern to workflow triggers

This update ensures that the workflow is triggered for branches following the `enh/*` naming convention. It aligns with existing patterns like `feat/*` and `perf/*`, improving consistency in branch handling.
This commit is contained in:
Sipke Schoorstra 2025-03-08 16:18:50 +01:00
parent 66123a7dc8
commit b7cd6e00a8
No known key found for this signature in database
GPG key ID: 5C10502B28A4268F

View file

@ -8,6 +8,7 @@ on:
- 'perf/*'
- 'patch/*'
- 'feat/*'
- 'enh/*'
release:
types: [ prereleased, published ]
env: