chore: restrict branches for workflow triggers to main for simplified CI process
This commit is contained in:
parent
47f78d22b4
commit
4440f76425
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-all.yml
vendored
4
.github/workflows/test-all.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue