ci(workflows): Trigger PR workflows on release and feature branches

This commit is contained in:
Bruno Domingues
2025-12-09 11:54:06 -03:00
parent 923f2cb675
commit cf73def257
2 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ on:
- closed
branches:
- main
- 'release/**'
- 'feature/**'
jobs:
get-version:

View File

@@ -4,6 +4,8 @@ on:
pull_request:
branches:
- main
- 'release/**'
- 'feature/**'
types: [ opened, synchronize, reopened ]
jobs: