feat: allow workflow to trigger on feature branches

This commit is contained in:
GitHub Actions
2025-12-21 19:54:59 +00:00
parent 9590a026cd
commit 9e599ce06f

View File

@@ -5,6 +5,7 @@ on:
branches:
- main
- development
- feature/**
paths:
- 'docs/issues/**/*.md'
- '!docs/issues/created/**'