Update CI workflow to trigger on feature branch

This commit is contained in:
adilallo
2025-08-29 17:34:09 -06:00
parent 4b50fba89b
commit f9479c5e93
+1 -1
View File
@@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} triggered CI pipeline
on:
push:
branches: [main, develop]
branches: [main, develop, "adilallo/enhancement/TestingFramework"]
pull_request:
branches: [main, develop]