[misc] github action testing by default all maintained / develop branches

This commit is contained in:
rusher
2025-06-06 10:51:31 +02:00
parent 2705401773
commit feb5edf83d

View File

@ -3,7 +3,7 @@ name: Run CI Tests
on:
push:
branches: ['master', 'develop', 'feature/action']
branches: ['master', 'develop', 'feature/**', 'maintenance/**']
pull_request:
workflow_dispatch: