Remove gh-actions branch from task triggers and add dispatch instead

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

@ -1,8 +1,9 @@
name: Build and test api
on:
workflow_dispatch:
push:
branches: [ main, develop, gh-actions ]
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]

@ -1,8 +1,9 @@
name: Build daemon
on:
workflow_dispatch:
push:
branches: [ main, develop, gh-actions ]
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]

@ -6,7 +6,6 @@ on:
branches:
- main
- develop
- gh-actions
pull_request:
branches:
- main

@ -1,8 +1,9 @@
name: Run checks on all projects
on:
workflow_dispatch:
push:
branches: [ main, develop, gh-actions ]
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]

Loading…
Cancel
Save