Add github actions feature branch to triggers

Signed-off-by: trivernis <trivernis@protonmail.com>
i18n
trivernis 2 years ago
parent db629ad20b
commit dd1e70b4d0
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -2,7 +2,7 @@ name: Run checks and tess
on:
workflow_dispatch:
push:
branches: [ main, develop ]
branches: [ main, develop, feature/gh-actions ]
pull_request:
branches: [ main, develop ]

Loading…
Cancel
Save