Add missing workflow triggers for gh-actions branch

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/1/head
trivernis 2 years ago
parent 8bf4b82051
commit a7fa93466c
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -2,7 +2,7 @@ name: Build and test api
on:
push:
branches: [ main, develop ]
branches: [ main, develop, gh-actions ]
pull_request:
branches: [ main, develop ]

@ -2,7 +2,7 @@ name: Build daemon
on:
push:
branches: [ main, develop ]
branches: [ main, develop, gh-actions ]
pull_request:
branches: [ main, develop ]

@ -5,7 +5,12 @@ on:
push:
branches:
- main
- github-actions
- develop
- gh-actions
pull_request:
branches:
- main
- develop
jobs:

Loading…
Cancel
Save