chore: restrict branches for workflow triggers to main for simplified CI process

This commit is contained in:
sudipnext 2026-02-21 19:25:05 +05:45
parent 47f78d22b4
commit 4440f76425

View file

@ -2,9 +2,9 @@ name: Test All Applications
on:
push:
branches: [ main, develop, master, 'feat/electron-support' ]
branches: [ main ]
pull_request:
branches: [ main, develop, master ]
branches: [ main ]
workflow_dispatch:
jobs: