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

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

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

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

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

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

Loading…
Cancel
Save