Add 'rc/*' branch pattern to workflow triggers

This update includes the 'rc/*' branch pattern to the workflow triggers in the packages.yml file. It ensures workflows are triggered for release candidate branches, aligning with the project's branching strategy.
This commit is contained in:
Sipke Schoorstra 2025-03-18 19:30:16 +01:00
parent aa989ce13d
commit 2092b8aefe
No known key found for this signature in database
GPG key ID: 5C10502B28A4268F

View file

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