ci: allow manual ci trigger

This commit is contained in:
jo 2023-02-27 12:34:17 +01:00 committed by Kyle Robbertze
parent 7d1f9252b2
commit d4a4c34c4d
9 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: Analyzer
on:
workflow_dispatch:
push:
branches: [main]
paths:

View File

@ -1,6 +1,7 @@
name: API Client
on:
workflow_dispatch:
push:
branches: [main]
paths:

View File

@ -1,6 +1,7 @@
name: API schema
on:
workflow_dispatch:
push:
branches: [main]
paths:

View File

@ -1,6 +1,7 @@
name: API
on:
workflow_dispatch:
push:
branches: [main]
paths:

View File

@ -1,6 +1,7 @@
name: Legacy
on:
workflow_dispatch:
push:
branches: [main]
paths:

View File

@ -1,6 +1,7 @@
name: Playout
on:
workflow_dispatch:
push:
branches: [main]
paths:

View File

@ -1,6 +1,7 @@
name: Project
on:
workflow_dispatch:
push:
branches: [main]
pull_request:

View File

@ -1,6 +1,7 @@
name: Shared
on:
workflow_dispatch:
push:
branches: [main]
paths:

View File

@ -1,6 +1,7 @@
name: Worker
on:
workflow_dispatch:
push:
branches: [main]
paths: