Update CI workflows to include 'test' and 'develop' branches for pull requests

This commit is contained in:
Palash Tyagi
2025-08-24 21:40:28 +01:00
parent 0346c59d9a
commit 7f45b32806
3 changed files with 15 additions and 9 deletions

View File

@@ -5,6 +5,8 @@ on:
types: [review_requested, ready_for_review, synchronize, opened, reopened]
branches:
- main
- test
- develop
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}